-
Notifications
You must be signed in to change notification settings - Fork 26
Building
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.
Simply build via the Makefile in the root directory.
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).
Also, note that the executable must be placed in the same folder as config.xml - the program gets resource paths based off of that location. If the executable is ran from any other location, the program will error out.
Click here for information on compiling on other platforms.