equal
deleted
inserted
replaced
11 {{{ |
11 {{{ |
12 sudo apt-get install mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc |
12 sudo apt-get install mercurial cmake qt4-qmake libqt4-dev libsdl1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev liblua5.1-dev fpc |
13 }}} |
13 }}} |
14 note, if you want to try building the server as well (requires at least libghc base 4.3 right now) try these too: |
14 note, if you want to try building the server as well (requires at least libghc base 4.3 right now) try these too: |
15 {{{ |
15 {{{ |
16 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 |
16 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 |
17 }}} |
17 }}} |
18 |
18 |
19 = Building process = |
19 = Building process = |
20 |
20 |
21 {{{ |
21 {{{ |