Skip to content
eezstreet edited this page Apr 5, 2013 · 3 revisions

Common Startup

Download the code off of this repository (or fork it, if you would like to contribute back. Either way, you MUST adhere to the GPL (so your project must be open-sourced)).

Using CMake

TODO: cmake support

Windows

Microsoft Visual Studio

Singleplayer

Open the code/JediAcademy.sln using Visual Studio. Set your desired settings (Debug/Release), and hit Build Solution. It should now compile and be usable. It'll be located in code/Debug, or code/Release, accordingly.

Caution: Singleplayer will give you assertion failures for missing shaders, which is quite common. Just hit ignore on them.

Multiplayer

Open the codemp/JKA_MP.sln using Visual Studio. Set your desired settings (Debug/Release), and hit Build Solution. It should now compile and be usable. It'll be located in codemp/Debug or codemp/Release, accordingly.

Macintosh

Currently no Macintosh info. It is in the works, we are waiting for Aspyr/more info. Stay tuned.

Linux

Currently no information yet, Linux hasn't been compiled for yet. We'll need SDL for Linux first, and the CMake project part fixed.

Other Platforms

Clone this wiki locally