4 GLEW, GLM, SDL2, SDL2_image, SDL2_net, SDL2_ttf, OpenAL, freealut, zlib
8 archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_net 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 with state path set to ./saves
35 same as run, only in server mode
38 same as run, only in client mode and the save path is set to
39 ./client-saved to prevent clashes with a running `make server`
42 build and run unittests
44 gdb, cachegrind, callgrind:
45 build the binary suited for given tool and launch
51 remove intermediates and artifacts
52 (also those generated by tool invocations!)
59 compiler/linker used for C++ sources/objects
62 names of libraries (for pkg-config)
64 CPPFLAGS, CXXFLAGS, LDXXFLAGS:
65 flags for the preprocessor, compiler, and linker
67 DEBUG_FLAGS, PROFILE_FLAGS, RELEASE_FLAGS:
68 flags for building binaries in debug, profile, and release mode