pioneers/COMPILING

17 lines
343 B
Plaintext
Raw Normal View History

2013-12-22 22:29:11 +00:00
set up external dependencies:
2013-12-22 23:00:51 +00:00
> sudo apt-get install libgtkglext1-dev
2013-12-22 22:29:11 +00:00
> cabal install gtk2hs-buildtools
make sure these 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 file from dist/build/Pioneers/Pioneers