-
Notifications
You must be signed in to change notification settings - Fork 26
Building
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.
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).
Click here for information on compiling on other platforms.