diff -r cc6f876e2a50 -r 16e3a600d6af BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Mon Jun 10 11:38:53 2013 +0000 +++ b/BuildingOnLinux.wiki Mon Jun 10 11:43:07 2013 +0000 @@ -38,8 +38,10 @@ 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 +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 ...