diff -r 4f9e1a0d56d9 -r b67aa6e196de BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Wed Aug 22 00:08:27 2018 +0100 +++ b/BuildingOnLinux.wiki Thu Aug 23 08:05:17 2018 +0100 @@ -26,7 +26,8 @@ {{{ sudo apt-get install mercurial cmake g++ qtbase5-dev qtbase5-private-dev qttools5-dev-tools qttools5-dev qt5-style-plugins libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev 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 want PNG screenshots, add: + +If you want PNG screenshots (instead of BMP screenshots), add: {{{ sudo apt-get install libpng12-dev }}} @@ -36,14 +37,14 @@ }}} If you want to try building the server as well (requires at least libghc base 4.3 now) try these too: +(for Hedgewars versions after 0.9.22) +{{{ +sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-sandi-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev libghc-vector-dev libghc-random-dev libghc-zlib-dev libghc-sha-dev libghc-entropy-dev libghc-regex-tdfa-dev +}}} (for Hedgewars version 0.9.22 or earlier) {{{ sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-dataenc-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev libghc-vector-dev libghc-random-dev libghc-zlib-dev libghc-sha-dev libghc-entropy-dev }}} -(for Hedgewars versions after 0.9.22) -{{{ -sudo apt-get install ghc libghc-binary-dev libghc-bytestring-show-dev libghc-sandi-dev libghc-deepseq-dev libghc-hslogger-dev libghc-mtl-dev libghc-network-dev libghc-parsec3-dev libghc-utf8-string-dev libghc-vector-dev libghc-random-dev libghc-zlib-dev libghc-sha-dev libghc-entropy-dev libghc-regex-tdfa-dev -}}} == Fetching the source code ==