# HG changeset patch # User sheepyluva@gmail.com # Date 1374503507 0 # Node ID 5b70b52c17c4513f123d287844c43dec0fb9f77c # Parent 36d99c763ca7a099775b45655816fc811664dc66 Edited wiki page BuildingOnLinux through web user interface. diff -r 36d99c763ca7 -r 5b70b52c17c4 BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Sun Jul 07 23:24:11 2013 +0000 +++ b/BuildingOnLinux.wiki Mon Jul 22 14:31:47 2013 +0000 @@ -33,9 +33,19 @@ }}} The initial clone of the repository will take a while, is about 575MiB or so... +After that switch to the trunk folder: {{{ cd trunk +}}} + +If you want to build the latest release version (so that you can play with other people online) use this command: +{{{ +hg update 0.9.19 +}}} + +Not let's configure and build! +{{{ cmake -DCMAKE_BUILD_TYPE="DEBUG" -DCMAKE_INSTALL_PREFIX="$HOME/games" -DDATA_INSTALL_DIR="$HOME/games" -DNOSERVER=1 make install }}}