Files
oboe/proj/cmake/README.txt
ALONSO Laurent e080efbee0 add some include to make the compilation possible on linux,
+ add a cmake project to "simplify" to linux compilation.
2022-06-30 01:10:46 -04:00

10 lines
480 B
Plaintext

A basic cmake configuration which can be used to compile the executables on Linux and on OsX. Unfortunately, the creation of package is not implemented.
On OsX, this requires that cmake, boost and SFML are installed (and that findBoost and findSFML are present).
On Linux, you will need to install the same packages and you will also need a valid installation of OpenGL, tgui, X11.
To compile the project, you can launch the following commands:
make build
cd build
cmake ..
make