-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
dbent edited this page Nov 2, 2014
·
8 revisions
- On Windows:
- Ensure that you have PowerShell 3+ installed. If you are unsure you may follow the directions here to find which version you have installed. If your version is older than PowerShell 3, follow these directions to install the latest version.
- On Linux/Mac: TODO
- Clone the source repository using git.
- In the root of the source clone copy the file
build.example.yml
asbuild.yml
and edit the propertyksp_dir
to be the full path to the installation of Kerbal Space Program you will use for development. - Open an instance of PowerShell and change directory to the source clone.
- In your shell execute
./build
. This will use the FAKE build system to build Ketchup.
Run xUnit tests.
./build Test
Build, test, deploy, and start KSP.
./build Run
Create a ZIP file for distribution. The ZIP file will be output in ./Output/Package
.
./build Package Configuration=Release Version=#.#.#