From bd582ac84b15fdf2db97009f3ec372214060ab12 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Sat, 26 Apr 2014 17:44:41 +0200 Subject: [PATCH] even more readme.. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 39048e9..4563fb0 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,11 @@ Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers 1. Clone this repository 2. Set up cabal-sandbox - ``` - $ cabal sandbox init - $ cd deps - $ ./getDeps.sh - $ cd .. - $ cabal sandbox add-source deps/hsSDL2 - ``` + $ cabal sandbox init + $ cd deps + $ ./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) 4. install dependencies `cabal install --only-dependencies` 5. build `cabal build`