Edited wiki page BuildingOnLinux through web user interface.
authorsheepyluva@gmail.com
Mon, 22 Jul 2013 14:31:47 +0000
changeset 333 5b70b52c17c4
parent 332 36d99c763ca7
child 334 612048d0890b
Edited wiki page BuildingOnLinux through web user interface.
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
 }}}