equal
deleted
inserted
replaced
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 {{{ |