BuildingOnLinux.wiki
changeset 2077 514babfbad9e
parent 2004 f9a05a594d8e
child 2128 e17756a4ab07
equal deleted inserted replaced
2076:0b6e80767d96 2077:514babfbad9e
    41 
    41 
    42 {{{
    42 {{{
    43 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 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
    44 }}}
    44 }}}
    45 
    45 
    46 Note that Haskell is also required to build Hedgewars 0.9.25 on 32 bit linux due to a FreePascal alignment bug triggered by an undisableable SDL2 CPU feature detection.  0.9.24 and 0.9.23 have same bug, so will not function properly on 32 bit Linux.
    46 Note that Haskell is also required to build Hedgewars 0.9.25 on 32 bit Linux due to a FreePascal alignment bug triggered by an undisableable SDL2 CPU feature detection.  0.9.24 and 0.9.23 have same bug, so will not function properly on 32 bit Linux.
    47 
    47 
    48 == Fetching the source code ==
    48 == Fetching the source code ==
    49 
    49 
    50 Below you find instructions for downloading the Hedgewars source code from the development repository.
    50 Below you find instructions for downloading the Hedgewars source code from the development repository.
    51 
    51