]> git.localhorst.tv Git - blank.git/blobdiff - doc/building
add debian package names
[blank.git] / doc / building
index b850668714fdb4f4e05d68803cf3c168ea3beb31..d16e284d94619072ec0a8c3e90ae010df834d80d 100644 (file)
@@ -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/