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

https://github.com/joelburget/sdl2-gfx

Haskell bindings to SDL2_gfx
https://github.com/joelburget/sdl2-gfx

Last synced: 4 months ago
JSON representation

Haskell bindings to SDL2_gfx

Awesome Lists containing this project

README

        

Haskell bindings to
[SDL2_gfx](http://www.ferzkopp.net/joomla/content/view/19/14/) which provides
"graphics drawing primitives and other support functions".

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