https://github.com/joelburget/sdl2-image
Haskell bindings to sdl_image for SDL 2
https://github.com/joelburget/sdl2-image
Last synced: 9 months ago
JSON representation
Haskell bindings to sdl_image for SDL 2
- Host: GitHub
- URL: https://github.com/joelburget/sdl2-image
- Owner: joelburget
- License: bsd-3-clause
- Created: 2013-11-18T01:49:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T01:51:18.000Z (about 12 years ago)
- Last Synced: 2025-03-20T14:52:55.718Z (9 months ago)
- Language: Haskell
- Size: 133 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This package contains Haskell bindings to libSDL_image >= 1.2.4.
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