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

Commits on Jun 10, 2020

  1. Copy the full SHA
    e074dc4 View commit details
Showing with 8 additions and 11 deletions.
  1. +8 −11 documentation/Setup.md
19 changes: 8 additions & 11 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -50,27 +50,24 @@ In `<root>`, run `git clone https://github.com/mockingbirdnest/Principia.git`.

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
### Downloading the dependencies

In `<root>\Google`, run the following commands.
In `<root>`, run the following commands.
```powershell
git clone "https://github.com/mockingbirdnest/glog.git"
git clone "https://github.com/mockingbirdnest/googletest.git"
git clone "https://github.com/mockingbirdnest/protobuf.git"
git clone "https://github.com/mockingbirdnest/benchmark.git"
git clone "https://github.com/mockingbirdnest/gipfeli.git"
git clone "https://github.com/mockingbirdnest/abseil-cpp.git"
git clone "https://github.com/mockingbirdnest/zfp.git"
mkdir "Google"
mkdir "Third Party"
push-location -path "Google"
git clone "https://chromium.googlesource.com/chromium/src.git" chromium -n --depth 1 -b "40.0.2193.1"
$GitPromptSettings.RepositoriesInWhichToDisableFileStatus += join-path (gi -path .).FullName chromium
cd chromium
push-location -path "chromium"
git config core.sparsecheckout true
copy "..\..\Principia\documentation\setup files\chromium_sparse_checkout.txt" ".git/info/sparse-checkout"
git checkout
copy "..\..\Principia\documentation\setup files\chromium.patch"
git am "chromium.patch"
rm "chromium.patch"
cd ..
pop-location
pop-location
```
### Building