--- 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
}}}