updated compiling

This commit is contained in:
Nicole Dresselhaus 2014-01-20 20:12:36 +01:00
parent 6264e526ef
commit 83c487c65d

View File

@ -1,10 +1,9 @@
set up external dependencies: set up external dependencies:
> sudo apt-get install libgtkglext1-dev > sudo apt-get install libsdl2-dev
> cabal install gtk2hs-buildtools > ./deps/getDeps.sh
make sure these are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH)
make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH)
install dependencies & configure app install dependencies & configure app
> cabal install --only-dependencies > cabal install --only-dependencies
@ -13,4 +12,4 @@ install dependencies & configure app
build build
> cabal build > cabal build
run file from dist/build/Pioneers/Pioneers run ./Pioneers (symlinked to dist/build/Pioneers/Pioneers)