An open API service indexing awesome lists of open source software.

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

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