Haskell binding to libSDL-gfx
root
- Graphics
- dist
- includes
- .boring
- LICENSE
- MACOSX
- README
- SDL-gfx.buildinfo.in
- SDL-gfx.cabal
- Setup.lhs
- TODO
- config.mk.in
- configure
- configure.ac
This package contains Haskell bindings to libSDL_gfx >= 2.0.
Global installation:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install # as root
Local installation:
runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
runhaskell Setup.lhs build
runhaskell Setup.lhs install --user # not as root