BuildingOnLinux.wiki
changeset 909 391d7489379e
parent 878 d0a0d8167895
child 910 714fb7f71640
equal deleted inserted replaced
908:8b42034df79a 909:391d7489379e
    33 If you want video recording, add:
    33 If you want video recording, add:
    34 {{{
    34 {{{
    35 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    35 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    36 }}}
    36 }}}
    37 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    37 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
       
    38 (for Hedgewars version 0.9.22 or earlier)
    38 {{{
    39 {{{
    39 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
    40 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
       
    41 }}}
       
    42 (for Hedgewars versions after 0.9.22)
       
    43 {{{
       
    44 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
    40 }}}
    45 }}}
    41 
    46 
    42 == Fetching the source code ==
    47 == Fetching the source code ==
    43 
    48 
    44 Below you find instructions for downloading the Hedgewars source code from the development repository.
    49 Below you find instructions for downloading the Hedgewars source code from the development repository.