Edited wiki page BuildingOnLinux through web user interface.
authorkyberneticist@gmail.com
Sat, 18 Aug 2012 22:56:53 +0000
changeset 241 db33e09cb9cd
parent 240 85ea0e6d423d
child 242 4bd883e7d479
Edited wiki page BuildingOnLinux through web user interface.
BuildingOnLinux.wiki
--- a/BuildingOnLinux.wiki	Thu Jun 28 15:40:29 2012 +0000
+++ b/BuildingOnLinux.wiki	Sat Aug 18 22:56:53 2012 +0000
@@ -29,10 +29,10 @@
 
 {{{
 cd ~/hg/hedgewars/trunk
-cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DWITH_SERVER=0
+cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1
 make install
 }}}
-if you want to build the server as well, change -DWITH_SERVER=0 to -DWITH_SERVER=1
+if you want to build the server as well, change -DNOSERVER=1 to -DNOSERVER=0
 
 then wait for the build to complete, then run ...