-
Notifications
You must be signed in to change notification settings - Fork 2
Haskell bindings to hssdl
License
keera-studios/hssdl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This package contains Haskell bindings to libSDL >= 1.2.8. Pre-requisites (Ubuntu): apt-get install libsdl1.2-dev Sandboxed installation (recommended): git clone https://github.com/keera-studios/hssdl cd hssdl cabal sandbox init cabal install 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
About
Haskell bindings to hssdl
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published