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