]> git.localhorst.tv Git - blank.git/commitdiff
add debian package names
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 3 Nov 2016 15:07:19 +0000 (16:07 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Tue, 8 Nov 2016 16:30:52 +0000 (17:30 +0100)
doc/building
doc/running

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/
index 7ec93374a5b9ac0784ad1babc37fe2e7c079c48c..5d8db59d45d218fd80a05db3496fda81791a45d0 100644 (file)
@@ -1,3 +1,14 @@
+Dependencies
+============
+
+       GLEW, GLM, SDL2, SDL2_image, SDL2_net, SDL2_ttf, OpenAL, freealut, zlib
+
+archlinux:
+       pacman -S glew glm sdl2 sdl2_image sdl2_net sdl2_ttf openal freealut zlib
+
+debian (jessie):
+       apt install --no-install-recommends libglew1.10 libglu1-mesa libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-net-2.0-0 libsdl2-ttf-2.0-0 libopenal1 libalut0 zlib1g
+
 Arguments
 =========