X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=building;h=ef837750adae5fea4f624e5d7357822fc4fa47ce;hb=dbfcb12348b80e2582f710acb1e4ed0011889ba2;hp=bc22d9b55423ad9a8db25396434f5b8cd639b34c;hpb=551573ecb04969696f916aeb5485658e298a7f6b;p=blank.git diff --git a/building b/building index bc22d9b..ef83775 100644 --- a/building +++ b/building @@ -1,11 +1,11 @@ Dependencies ============ - GLEW, GLM, SDL2, SDL2_image, SDL2_ttf, OpenAL, freealut, zlib + GLEW, GLM, SDL2, SDL2_image, SDL2_net, SDL2_ttf, OpenAL, freealut, zlib CppUnit for tests -archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_ttf openal freealut zlib cppunit +archlinux: pacman -S glew glm sdl2 sdl2_image sdl2_net sdl2_ttf openal freealut zlib cppunit manual: CppUnit http://sourceforge.net/projects/cppunit/ @@ -29,7 +29,10 @@ release (default), debug, profile: build executables tuned for running, debugging, and profiling run: - build and execute the main binary + build and execute the main binary with state path set to ./saves + +server: + same as run, only in server mode test: build and run unittests