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

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

Haskell bindings for SDL(2)-ttf
https://github.com/joelburget/sdl2-ttf

Last synced: 3 months ago
JSON representation

Haskell bindings for SDL(2)-ttf

Awesome Lists containing this project

README

        

This package contains Haskell bindings to libSDL_ttf >= 2.0.0.

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