Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d7d28f15cebb
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 250694b4a1e2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 26, 2019

  1. Fix a few version numbers.

    pleroy authored Apr 26, 2019
    Copy the full SHA
    250694b View commit details
Showing with 3 additions and 4 deletions.
  1. +3 −4 documentation/Setup.md
7 changes: 3 additions & 4 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Instructions for building Principia on Windows

These instructions are for Visual Studio 2017 version 15.9.3 preview 1, using the git
These instructions are for Visual Studio 2017 version 15.9.4 preview 1, using the git
Powershell provided by [GitHub for Windows](https://windows.github.com/).

We assume a working installation of Kerbal Space Program version 1.5.1 is
We assume a working installation of Kerbal Space Program version 1.6.1 is
found in `<KSP directory>`.

The repository is found at https://github.com/mockingbirdnest/Principia.git.
@@ -39,8 +39,7 @@ In `<root>`, run `git clone https://github.com/mockingbirdnest/Principia.git`.

### KSP and Unity assemblies

Copy these assemblies to the directory `<root>\KSP Assemblies\1.5.1`.
In order to build for KSP 1.3.1, copy the corresponding KSP 1.3.1 assemblies to `<root>\KSP Assemblies\1.3.1`. For KSP 1.5.1 copy the corresponding KSP 1.5.1 assemblies to `<root>\KSP Assemblies\1.5.1`
In order to build for KSP 1.3.1, copy the corresponding KSP 1.3.1 assemblies to `<root>\KSP Assemblies\1.3.1`. For KSP 1.6.1 copy the corresponding KSP 1.6.1 assemblies to `<root>\KSP Assemblies\1.6.1`

### Downloading the Google libraries