Edited wiki page BuildingOnLinux through web user interface.
authorsheepyluva@gmail.com
Mon, 10 Jun 2013 11:38:53 +0000
changeset 326 cc6f876e2a50
parent 325 955dff41983a
child 327 16e3a600d6af
Edited wiki page BuildingOnLinux through web user interface.
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 ...