# HG changeset patch # User sheepyluva@gmail.com # Date 1370864333 0 # Node ID cc6f876e2a5027340304cb1e9adb4932494d5810 # Parent 955dff41983a8b059901689c0155262f054b4fb8 Edited wiki page BuildingOnLinux through web user interface. diff -r 955dff41983a -r cc6f876e2a50 BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Fri Jun 07 22:05:22 2013 +0000 +++ b/BuildingOnLinux.wiki Mon Jun 10 11:38:53 2013 +0000 @@ -38,6 +38,7 @@ cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1 make install }}} +IMPORTANT: If you decided against png-screenshots or video-recording support, please append -DNOPNG=1 and/or -DNOVIDEOREC=1 to the cmake command line respectively! if you want to build the server as well, change -DNOSERVER=1 to -DNOSERVER=0 then wait for the build to complete, then run ...