SDL-ttf: Binding to libSDL_ttf

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated in favor of sdl2-ttf

This is a sample library which allows you to use TrueType fonts in your SDL applications.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.5.2, 0.5.5, 0.6.0, 0.6.1, 0.6.2, 0.6.2.1, 0.6.2.2, 0.6.3.0
Dependencies base (>=3 && <=5), SDL [details]
License BSD-3-Clause
Copyright 2004-2010, Lemmih
Author Lemmih (lemmih@gmail.com)
Maintainer Francesco Ariis <fa-ml@ariis.it>
Category Foreign binding
Source repo head: darcs get http://www.ariis.it/link/repos/sdl-bindings/hssdl-ttf/
Uploaded by fffaaa at 2018-07-15T17:59:09Z
Distributions Debian:0.6.3.0, NixOS:0.6.3.0
Reverse Dependencies 6 direct, 1 indirect [details]
Downloads 10432 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2018-07-15 [all 1 reports]

Readme for SDL-ttf-0.6.3.0

[back to package description]
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