BuildingOnLinux.wiki
changeset 315 a6b9ac3e56ec
parent 265 b0f68d7fe64e
child 326 cc6f876e2a50
equal deleted inserted replaced
314:74fb197dc5d3 315:a6b9ac3e56ec
    18 {{{
    18 {{{
    19 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    19 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    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 libghc-vector-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 libghc-random-dev
    24 }}}
    24 }}}
    25 
    25 
    26 = Building process =
    26 = Building process =
    27 
    27 
    28 {{{
    28 {{{