BuildingOnLinux.wiki
changeset 265 b0f68d7fe64e
parent 263 afcb38bfd761
child 315 a6b9ac3e56ec
equal deleted inserted replaced
264:215c1770969b 265:b0f68d7fe64e
    14 {{{
    14 {{{
    15 sudo apt-get install libpng12-dev
    15 sudo apt-get install libpng12-dev
    16 }}}
    16 }}}
    17 If you want video recording, add:
    17 If you want video recording, add:
    18 {{{
    18 {{{
    19 sudo apt-get install libavcodec-dev libavformat-dev freeglut3
    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
    24 }}}
    24 }}}