reworked compiling. Now ships with build.sh

This commit is contained in:
Stefan Dresselhaus
2014-05-02 18:00:33 +02:00
parent 23eb808fa6
commit 2150e8d7af
3 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,9 @@ NOTE: ubuntu saucy currently only has libsdl2-dev.2.0.0 in the repositories, but
make sure the compiled files are in your PATH (e.g. include $HOME/.cabal/bin in your $PATH)
install dependencies & configure app
> cabal sandbox init
> cabal sandbox --add-source deps/hsSDL2
> cabal sandbox --add-source deps/hsSDL2-ttf
> cabal install --only-dependencies
> cabal configure