16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
set up external dependencies:
|
|
|
|
> sudo apt-get install libsdl2-dev
|
|
> cd deps && ./getDeps.sh && cd ..
|
|
|
|
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)
|