The actual game engine. Still in devellopment.
- SDL2
- SDL2_image
- SDL2_ttf
- OpenAL
- OpenGL
- GLEW (Windows only)
- physfs 2.0.3
-
Make a build directory: mkdir build
-
Change to build directory: cd build
-
Choose the build system you want:
-
MinGW Makefile on Windows (tested) cmake -G "MinGW Makefile" .. make
-
Makefile linux(tested) or mac (not tested) cmake .. make
-
Build.sh
- Run ./Build.sh to build the library.