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: aa27f3cfc9e5
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed1db3523013
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 5, 2020

  1. Copy the full SHA
    ed1db35 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 documentation/Setup.md
6 changes: 3 additions & 3 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Instructions for building Principia on Windows

Before starting, make sure the following are installed on your machine:
* Visual Studio 2019 version 16.2.3 with C# and C++ support;
* Visual Studio 2019 version 16.4.2 with C# and C++ support;
* Windows SDK 10.0.18362;
* .NET Framework 4.7.2 SDK (and Targeting Pack).

@@ -12,7 +12,7 @@ tool for our own use, so if you use a different edition, just do
and test the mod.

These instructions use the git Powershell provided by [GitHub for Windows](https://windows.github.com/).
We assume a working installation of Kerbal Space Program version 1.7.2 is found in `<KSP directory>`.
We assume a working installation of Kerbal Space Program version 1.8.1 is found in `<KSP directory>`.

The repository is found at https://github.com/mockingbirdnest/Principia.git.
Pick a directory `<root>` in which you will install Principia and its
@@ -50,7 +50,7 @@ In `<root>`, run `git clone https://github.com/mockingbirdnest/Principia.git`.

### KSP and Unity assemblies

In order to build for KSP 1.7.2, copy the corresponding KSP 1.7.2 assemblies to `<root>\KSP Assemblies\1.7.2`
In order to build for KSP 1.8.1, copy the corresponding KSP 1.8.1 assemblies to `<root>\KSP Assemblies\1.8.1`

### Downloading the Google libraries