- CMake
- SDL2
- SDL2 TTF
- Lua 5.2
$ brew install sdl2 sdl2_ttf lua
$ ./build.py
$ build/Darwin.x86_64/game/game
$ apt-get install lbsdl2-dev libsdl2-ttf-dev liblua5.2-dev
$ ./build.py
$ build/Linux.x86_64/game/game
TBD
cmake scripts below are from here
FindSDL2.cmakeFindSDL2_image.cmakeFindSDL2_ttf.cmake
And this is from here