-
-
Notifications
You must be signed in to change notification settings - Fork 346
Installing CKAN on OSX
This guide assume that your downloads go into the default "Downloads" directory.
-
Get the latest version of CKAN from the releases page
-
Press Cmd+Spacebar on your keyboard, type "Terminal" and the press Enter
-
In the terminal that opens type the following with an Enter keystroke after each line
cd Downloads mono ckan.exe
Note that you may need to specify the architecture (32 bit is required for the GUI). If plain
mono ckan.exe
does not launch the app, then try making mono more chatty. The verbose setting can be removed once you figure out how to get it running, but its error messages might make that process easier:mono --verbose --arch=32 ckan.exe
NOTE: As of early 2019, Mono does not work when installed via Homebrew, see Homebrew/homebrew-core#35848. Use the above method to install Mono.
UPDATE: The above issue has been closed by the Homebrew team despite the problem still existing and no progress having been made toward a fix. Do not use Homebrew.
Contact us on the KSP forum or on our Discord server