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

Commits on Jun 11, 2019

  1. Unload, not delete.

    pleroy authored Jun 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b4b87f0 View commit details
Showing with 3 additions and 2 deletions.
  1. +3 −2 documentation/Setup.md
5 changes: 3 additions & 2 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -7,8 +7,9 @@ Before starting, make sure the following are installed on your machine:

The solution contains a C# project named `coverage_analyser` which requires
the Enterprise edition of Visual Studio to build. It's only a development
tool for our own use, so if you use a different edition, just delete that
project. You will still be able to build and test the mod.
tool for our own use, so if you use a different edition, just do
`Project > Unload Project` on that project. You will still be able to build
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.0 is found in `<KSP directory>`.