Skip to content
LB-- edited this page Apr 20, 2013 · 26 revisions

Building the project is relatively simple. Firstly, you need to make sure you have boost and SFML 2.0 installed and built properly. After that, it depends on your operating system and/or compiler.

*nix and *nix-like

Simply build via the Makefile in the root directory.

Windows

On Windows, we recommend that you use MinGW, or clang++ in combination with MinGW (the "experimental" version for MinGW works on Windows).

Make sure you list all cpp files (you can do *.cpp for each directory that contains cpp files) and that you link to the proper SFML libraries (and any boost libraries if the project at some point starts using ones that need compiling).

Other

Click here for information on compiling on other platforms.

Clone this wiki locally