me VS. wiki syntax
authorsheepyluva@gmail.com
Mon, 10 Jun 2013 11:43:07 +0000
changeset 327 16e3a600d6af
parent 326 cc6f876e2a50
child 328 fdc71ac8db83
me VS. wiki syntax
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 ...