Minimal SDL2 application and build helpers to be used as template (will download and build SDL2 and SDL2_image).
- cmake
- make
- git
- sdl2 dependencies
- sdl2_image dependencies
Run (in the root directory):
./scripts/build-dependencies
mkdir build
cd build
cmake ..
make
Still on the build dir, run:
./src/sdl-template
TBD
Moar info on our twitter account @DeadBodyOutline ;)