# HG changeset patch # User sheepluva # Date 1475403609 -3600 # Node ID 391d7489379ea0e8838295accc5c0a8a9135dc96 # Parent 8b42034df79a642df5e44c8e6abd25375da6cd8a BuildingOnLinux: update ghc deps diff -r 8b42034df79a -r 391d7489379e BuildingOnLinux.wiki --- a/BuildingOnLinux.wiki Sun Oct 02 11:17:07 2016 +0100 +++ b/BuildingOnLinux.wiki Sun Oct 02 11:20:09 2016 +0100 @@ -35,9 +35,14 @@ sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev }}} If you want to try building the server as well (requires at least libghc base 4.3 now) try these too: +(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 ==