Haskell binding to libSDL
root
- Examples
- Graphics
- doc
- includes
- .boring
- LICENSE
- MACOSX
- README
- SDL.buildinfo.in
- SDL.cabal
- Setup.lhs
- Setup.lhs-macos
- TODO
- WIN32
- aclocal.m4
- config.mk.in
- configure
- configure.ac
This package contains Haskell bindings to libSDL >= 1.2.8.
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