pioneers/COMPILING

16 lines
352 B
Plaintext
Raw Normal View History

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
> ./deps/getDeps.sh
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)