X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=doc%2Fbuilding;h=d16e284d94619072ec0a8c3e90ae010df834d80d;hb=846958003cd3529e6322146d289265859db0ba8e;hp=b850668714fdb4f4e05d68803cf3c168ea3beb31;hpb=104592aabdc70b21065c35fe4d092fc6cdaa1f49;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/