X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=building;h=98e21ecc882734e60eea99bc59999c7b29a6e454;hb=7c2a8b8285278b8a3077b311d82f05ea0463a96e;hp=41638628526aa965d2bce7fce02d5b3333f0b9c2;hpb=d66d14f853f2d05f54076d38c72e53419dfc4cc5;p=blank.git diff --git a/building b/building index 4163862..98e21ec 100644 --- a/building +++ b/building @@ -1,9 +1,17 @@ Dependencies ============ - GLEW, GLM, SDL2, SDL2_image + GLEW, GLM, SDL2, SDL2_image, SDL2_ttf, OpenAL, freealut -archlinux: pacman -S glew glm sdl2 sdl2_image + CppUnit for tests + +archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_ttf openal freealut cppunit + +manual: + CppUnit http://sourceforge.net/projects/cppunit/ + GLEW http://glew.sourceforge.net/ + GLM http://glm.g-truc.net/0.9.6/index.html + SDL http://www.libsdl.org/ Makefile @@ -21,6 +29,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