X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=doc%2Fbuilding;h=d16e284d94619072ec0a8c3e90ae010df834d80d;hb=9b6af12edd71fb5bd026034b7dfbed097b1890ff;hp=b850668714fdb4f4e05d68803cf3c168ea3beb31;hpb=d2f4c8720ae2326fac4203fa4984d835e875b355;p=blank.git diff --git a/doc/building b/doc/building index b850668..d16e284 100644 --- a/doc/building +++ b/doc/building @@ -6,6 +6,10 @@ Dependencies CppUnit for tests archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_net sdl2_ttf openal freealut zlib cppunit +debian: apt-get install libglew-dev libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev libopenal-dev libalut-dev zlib1g-dev libcppunit-dev + +debian (jessie): apt-get install libglew-dev libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-net-dev libsdl2-ttf-dev libopenal-dev libalut-dev zlib1g-dev libcppunit-dev + (!) you may have to build the tests with CPPFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0 manual: CppUnit http://sourceforge.net/projects/cppunit/