Skip to content

Instantly share code, notes, and snippets.

@AlexanderDzhoganov
Created December 28, 2014 19:30
Show Gist options
  • Save AlexanderDzhoganov/14d33a7700118836d450 to your computer and use it in GitHub Desktop.
Save AlexanderDzhoganov/14d33a7700118836d450 to your computer and use it in GitHub Desktop.
#!/bin/sh
git clone https://github.com/KSP-CKAN/CKAN-core.git
xbuild CKAN-core/CKAN-core.sln
git clone https://github.com/KSP-CKAN/CKAN-GUI.git
git clone https://github.com/KSP-CKAN/CKAN-cmdline.git
xbuild CKAN-cmdline/CKAN-cmdline.sln
chmod a+x CKAN-core/packages/ILRepack.1.25.0/tools/ILRepack.exe
CKAN-core/packages/ILRepack.1.25.0/tools/ILRepack.exe /target:exe /out:ckan.exe CmdLine.exe CKAN-GUI.exe ChinhDo.Transactions.dll CKAN.dll CommandLine.dll ICSharpCode.SharpZipLib.dll log4net.dll Newtonsoft.Json.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment