# HG changeset patch # User Wuzzy # Date 1570736285 -3600 # Node ID f9a05a594d8e700bf3ce0daef3a2ce5a36846e9c # Parent 3ef8ba6afe0b4f75e43b9109053033cbd58705bc BuildingOnLinux: Update 1.0.0 diff -r 3ef8ba6afe0b -r f9a05a594d8e BuildingOnLinux.wiki --- 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 ==