4 GLEW, GLM, SDL2, SDL2_image, SDL2_ttf, OpenAL, freealut, zlib
8 archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_ttf openal freealut zlib cppunit
11 CppUnit http://sourceforge.net/projects/cppunit/
12 GLEW http://glew.sourceforge.net/
13 GLM http://glm.g-truc.net/0.9.6/index.html
14 OpenAL http://openal.org/
15 SDL http://www.libsdl.org/
28 release (default), debug, profile:
29 build executables tuned for running, debugging, and profiling
32 build and execute the main binary
35 build and run unittests
37 gdb, cachegrind, callgrind:
38 build the binary suited for given tool and launch
44 remove intermediates and artifacts
45 (also those generated by tool invocations!)
52 compiler/linker used for C++ sources/objects
55 names of libraries (for pkg-config)
57 CPPFLAGS, CXXFLAGS, LDXXFLAGS:
58 flags for the preprocessor, compiler, and linker
60 DEBUG_FLAGS, PROFILE_FLAGS, RELEASE_FLAGS:
61 flags for building binaries in debug, profile, and release mode