2013-12-22 23:29:11 +01:00
|
|
|
set up external dependencies:
|
|
|
|
|
2014-01-20 20:12:36 +01:00
|
|
|
> sudo apt-get install libsdl2-dev
|
|
|
|
> ./deps/getDeps.sh
|
2013-12-22 23:29:11 +01:00
|
|
|
|
2014-01-20 20:12:36 +01:00
|
|
|
make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH)
|
2013-12-22 23:29:11 +01:00
|
|
|
|
|
|
|
install dependencies & configure app
|
|
|
|
> cabal install --only-dependencies
|
|
|
|
> cabal configure
|
|
|
|
|
|
|
|
build
|
|
|
|
> cabal build
|
|
|
|
|
2014-01-20 20:12:36 +01:00
|
|
|
run ./Pioneers (symlinked to dist/build/Pioneers/Pioneers)
|