# HG changeset patch # User kyberneticist@gmail.com # Date 1387977212 0 # Node ID 22870076a7bd2f0e7860e277aee23d7f668fa76a # Parent c6e60247e9d4a69e0ede6dfa51035250a2e73151 Edited wiki page BuildingOnLinux through web user interface. diff -r c6e60247e9d4 -r 22870076a7bd BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Tue Dec 17 15:27:27 2013 +0000 +++ b/BuildingOnLinux.wiki Wed Dec 25 13:13:32 2013 +0000 @@ -4,7 +4,7 @@ = Introduction = Copy and Paste instructions for a Hedgewars development build. Should work on Debian and the like (Ubuntu, Mint). Packages for other distros should have similar names. Remember to copy the *entire* apt-get lines! -Important. This builds the latest development sources. If you want to build the latest stable, run: hg up 0.9.19 before running cmake. Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro. +Important. This builds the latest development sources. If you want to build the latest stable, run: hg up 0.9.20 before running cmake. Also, see http://hedgewars.org/download.html if you are just looking to play latest stable - there's a good chance it exists for your distro. = Prerequisites = @@ -41,7 +41,7 @@ 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 +hg update 0.9.20 }}} Note. Do *NOT* run the command above if you want to play the latest development code (currently 0.9.20-dev).