BuildingOnLinux.wiki
changeset 326 cc6f876e2a50
parent 315 a6b9ac3e56ec
child 327 16e3a600d6af
--- 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 ...