BuildingOnLinux.wiki
changeset 253 d7db074d6efa
parent 250 9c711f1b4638
child 263 afcb38bfd761
equal deleted inserted replaced
252:4c9881425131 253:d7db074d6efa
    18 {{{
    18 {{{
    19 sudo apt-get install libavcodec-dev libavformat-dev freeglut3
    19 sudo apt-get install libavcodec-dev libavformat-dev freeglut3
    20 }}}
    20 }}}
    21 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    21 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    22 {{{
    22 {{{
    23 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
    23 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
    24 }}}
    24 }}}
    25 
    25 
    26 = Building process =
    26 = Building process =
    27 
    27 
    28 {{{
    28 {{{