BuildingOnLinux.wiki
changeset 2004 f9a05a594d8e
parent 1998 32149ab9ebda
child 2077 514babfbad9e
--- a/BuildingOnLinux.wiki	Thu Oct 10 20:36:35 2019 +0100
+++ b/BuildingOnLinux.wiki	Thu Oct 10 20:38:05 2019 +0100
@@ -27,7 +27,7 @@
 sudo apt-get install mercurial cmake g++ qtbase5-dev qtbase5-private-dev qttools5-dev-tools qttools5-dev qt5-style-plugins libsdl-ttf2.0-dev libsdl2-dev libsdl2-net-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-ttf-dev liblua5.1-dev fpc libphysfs-dev fonts-dejavu-core ttf-wqy-zenhei
 }}}
 
-If you are on debian stable as of 2018-12-14, you may have to install the backport of physfs.
+If you are on Debian stable as of 2018-12-14, you may have to install the backport of physfs.
 
 If you want PNG screenshots (instead of BMP screenshots), add:
 {{{
@@ -67,9 +67,9 @@
 
 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.25
+hg update 1.0.0-release
 }}}
-Note. Do *not* run the command above if you want to play the latest development code (currently 0.9.26-dev).
+Note. Do *not* run the command above if you want to play the latest development code.
 
 
 == Building process ==