BuildingOnLinux.wiki
changeset 1529 7513dca7de74
parent 1523 b67aa6e196de
child 1687 425eb8f784a9
equal deleted inserted replaced
1528:7a22fe21b51e 1529:7513dca7de74
    37 }}}
    37 }}}
    38 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    38 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    39 
    39 
    40 (for Hedgewars versions after 0.9.22)
    40 (for Hedgewars versions after 0.9.22)
    41 {{{
    41 {{{
    42 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
    42 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 libghc-aeson-dev libghc-yaml-dev libghc-text-dev
    43 }}}
    43 }}}
    44 (for Hedgewars version 0.9.22 or earlier)
    44 (for Hedgewars version 0.9.22 or earlier)
    45 {{{
    45 {{{
    46 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
    46 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
    47 }}}
    47 }}}