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
- Host: GitHub
- URL: https://github.com/joelburget/sdl2-ttf
- Owner: joelburget
- License: bsd-3-clause
- Created: 2013-11-17T18:14:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T18:25:26.000Z (over 11 years ago)
- Last Synced: 2025-03-20T14:52:55.778Z (4 months ago)
- Language: Haskell
- Size: 145 KB
- Stars: 2
- 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_ttf >= 2.0.0.
Global installation:
runhaskell Setup.lhs configure
runhaskell Setup.lhs build
runhaskell Setup.lhs install # as rootLocal installation:
runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
runhaskell Setup.lhs build
runhaskell Setup.lhs install --user # not as root