You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/Setup.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
These instructions are for Visual Studio 2017 version 15.7 preview 1, using the git
4
4
Powershell provided by [GitHub for Windows](https://windows.github.com/).
5
5
6
-
We assume a working installation of Kerbal Space Program version 1.4.1 is
6
+
We assume a working installation of Kerbal Space Program version 1.4.2 is
7
7
found in `<KSP directory>`.
8
8
9
9
The repository is found at https://github.com/mockingbirdnest/Principia.git.
@@ -27,7 +27,7 @@ This project depends upon:
27
27
protobuf library;
28
28
- our [fork](https://github.com/mockingbirdnest/benchmark) of the Google
29
29
benchmark library;
30
-
- our [fork](https://github.com/mockingbirdnest/Optional) of @akrzemi1's implementation of `std::experimental::optional` from the library fundamentals Technical Specification;
30
+
- our [fork](https://github.com/mockingbirdnest/gipfeli) of the Google gipfeli library;
31
31
- parts of the Chromium codebase (for stack tracing support in glog on Windows),
32
32
*modified according to the instructions below*.
33
33
@@ -39,7 +39,7 @@ In `<root>`, run `git clone https://github.com/mockingbirdnest/Principia.git`.
39
39
40
40
### KSP and Unity assemblies
41
41
42
-
Copy these assemblies to the directory `<root>\KSP Assemblies\1.4.1`.
42
+
Copy these assemblies to the directory `<root>\KSP Assemblies\1.4.2`.
43
43
In order to build for KSP 1.2.2, copy the corresponding KSP 1.2.2 assemblies to `<root>\KSP Assemblies\1.2.2`. For KSP 1.3.1 copy the corresponding KSP 1.3.1 assemblies to `<root>\KSP Assemblies\1.3.1`
0 commit comments