pioneers/COMPILING
Stefan Dresselhaus 83c487c65d updated compiling
2014-01-20 20:12:36 +01:00

16 lines
352 B
Plaintext

set up external dependencies:
> 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
> cabal configure
build
> cabal build
run ./Pioneers (symlinked to dist/build/Pioneers/Pioneers)