]> git.localhorst.tv Git - blank.git/blobdiff - building
some experiments with sound
[blank.git] / building
index e10bb282a4edba8644d10e703c8e2b3712a95f8f..98e21ecc882734e60eea99bc59999c7b29a6e454 100644 (file)
--- 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
 
@@ -46,19 +57,3 @@ CPPFLAGS, CXXFLAGS, LDXXFLAGS:
 
 DEBUG_FLAGS, PROFILE_FLAGS, RELEASE_FLAGS:
        flags for building binaries in debug, profile, and release mode
-
-
-Running
-=======
-
-blank
-       normal execution
-
-blank <n>
-       terminate after <n> frames
-
-blank -t <t>
-       terminate after <t> milliseconds
-
-blank <n> -t <t>
-       terminate after n frames, assume <t> milliseconds pass each frame