# HG changeset patch # User kyberneticist@gmail.com # Date 1383755661 0 # Node ID 6153b382a125132ce2beb91a9201c1eea03922a0 # Parent fcceaed0344899432d5af5757131dfd28a127196 fix typo diff -r fcceaed03448 -r 6153b382a125 BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Wed Nov 06 16:33:05 2013 +0000 +++ b/BuildingOnLinux.wiki Wed Nov 06 16:34:21 2013 +0000 @@ -45,7 +45,7 @@ }}} Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev). -Not let's configure and build! +Now let's configure and build! {{{ cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1 make install