Installation - bld/SolarSailNavigator GitHub Wiki

Pre-compiled plugin

To download and run the pre-compiled plugin, go to https://github.com/bld/SolarSailNavigator/releases. Download the file “SolarSailNavigator.zip”. Unzip this file into KSP’s GameData folder. This will create a folder called “SolarSailNavigator” with the plugin and solar sail part files.

Compile and install

In its current form, the source code for SolarSailNavigator uses Mono’s gmcs compiler and GNU Make to compile and install.

  • Clone the Github repository or download the source files.
  • Edit the Makefile.
    • Change “KSPDIR” to the installation path of KSP.
    • GMCS assumes that the gmcs compiler of Mono is in your path. Edit if this is different.
    • TAR and ZIP variables are the path to those commands for making binary packages.
  • Run “make” to compile.
  • Run “make install” to copy the binary and part files to the GameData/SolarSailNavigator folder.
⚠️ **GitHub.com Fallback** ⚠️