diff -r 85ea0e6d423d -r db33e09cb9cd 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 ...