BuildingOnLinux.wiki
changeset 387 1fc2f41b3f88
parent 386 ee032706a62c
child 388 96142cbf91f4
equal deleted inserted replaced
386:ee032706a62c 387:1fc2f41b3f88
    19 {{{
    19 {{{
    20 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    20 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev
    21 }}}
    21 }}}
    22 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    22 If you want to try building the server as well (requires at least libghc base 4.3 now) try these too:
    23 {{{
    23 {{{
    24 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
    24 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
    25 }}}
    25 }}}
    26 
    26 
    27 = Building process =
    27 = Building process =
    28 
    28 
    29 {{{
    29 {{{