From c4b5e69fcf102a9e4fb85d0ee745735c09b8d825 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Sat, 26 Apr 2014 21:33:28 +0200 Subject: [PATCH] added dependencies forgotten in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d01d58..b3eccc4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers $ ./getDeps.sh $ cd .. $ 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` 5. build `cabal build` 6. run `./Pioneers`