added dependencies forgotten in readme

This commit is contained in:
Nicole Dresselhaus 2014-04-26 21:33:28 +02:00
parent 3829cde59c
commit c4b5e69fcf

View File

@ -16,7 +16,7 @@ Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers
$ ./getDeps.sh $ ./getDeps.sh
$ cd .. $ cd ..
$ cabal sandbox add-source deps/hsSDL2 $ cabal sandbox add-source deps/hsSDL2
3. install libraries `sudo apt-get install libsdl2` - make sure libsdl2 is in version 2.0.1+ (shipped with Ubuntu since 14.04) 3. install libraries `sudo apt-get install libsdl2 libsdl2-dev libghc-llvm-dev` - make sure libsdl2 is in version 2.0.1+ (shipped with Ubuntu since 14.04)
4. install dependencies `cabal install --only-dependencies` 4. install dependencies `cabal install --only-dependencies`
5. build `cabal build` 5. build `cabal build`
6. run `./Pioneers` 6. run `./Pioneers`