From c1605fb400e05b2b438ecb1541f2cec0d2e10c58 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Fri, 8 Aug 2014 20:22:43 +0200 Subject: [PATCH] updated README. --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b3eccc4..c3a9557 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,11 @@ Bugtracker/Wiki: http://redmine.pwning.de/projects/pioneers ## Compiling 1. Clone this repository -2. Set up cabal-sandbox +2. 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) +3. run `./build.sh` +4. run `./Pioneers` - $ cabal sandbox init - $ cd deps - $ ./getDeps.sh - $ cd .. - $ cabal sandbox add-source deps/hsSDL2 -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` - -Step 2 is likely to break in the future due to restructuring in hsSDL2. This will be updated accordingly then. +The script sets up a cabal sandbox, downloads some libraries and compiles them. Only tested under Ubuntu 14.04. Won't work with Ubuntu < 14.04 due to lacking libraries (libsdl2) ## Features