X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=building;h=bc22d9b55423ad9a8db25396434f5b8cd639b34c;hb=5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c;hp=41638628526aa965d2bce7fce02d5b3333f0b9c2;hpb=88620c3c816c47b32a90758f40efe5d02c50bbfa;p=blank.git diff --git a/building b/building index 4163862..bc22d9b 100644 --- a/building +++ b/building @@ -1,9 +1,19 @@ Dependencies ============ - GLEW, GLM, SDL2, SDL2_image + GLEW, GLM, SDL2, SDL2_image, SDL2_ttf, OpenAL, freealut, zlib -archlinux: pacman -S glew glm sdl2 sdl2_image + CppUnit for tests + +archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_ttf openal freealut zlib cppunit + +manual: + CppUnit http://sourceforge.net/projects/cppunit/ + GLEW http://glew.sourceforge.net/ + GLM http://glm.g-truc.net/0.9.6/index.html + OpenAL http://openal.org/ + SDL http://www.libsdl.org/ + zlib http://zlib.net/ Makefile @@ -21,6 +31,9 @@ release (default), debug, profile: run: build and execute the main binary +test: + build and run unittests + gdb, cachegrind, callgrind: build the binary suited for given tool and launch