From 83c487c65d1e699e7bc8d8a89604bcce9f5acc6f Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 20 Jan 2014 20:12:36 +0100 Subject: [PATCH] updated compiling --- COMPILING | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/COMPILING b/COMPILING index 608a632..87c1cea 100644 --- a/COMPILING +++ b/COMPILING @@ -1,10 +1,9 @@ set up external dependencies: -> sudo apt-get install libgtkglext1-dev -> cabal install gtk2hs-buildtools - -make sure these are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH) +> sudo apt-get install libsdl2-dev +> ./deps/getDeps.sh +make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH) install dependencies & configure app > cabal install --only-dependencies @@ -13,4 +12,4 @@ install dependencies & configure app build > cabal build -run file from dist/build/Pioneers/Pioneers +run ./Pioneers (symlinked to dist/build/Pioneers/Pioneers)