Version 2 (modified by 17 years ago) ( diff ) | ,
---|
SDL_ttf-2.0.7
Introduction to SDL_ttf
The SDL_ttf package is a TrueType font rendering library that is used with the SDL library, and almost as portable. It depends on freetype2 to handle the TrueType font data. It allows a programmer to use multiple TrueType fonts without having to code a font rendering routine themselves.
Package Information
- Download (HTTP): http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.7.tar.gz
- Download MD5 sum: 0f6ee1a502e6913a412aac353dc75bbc
- Download size: 1.8 MB
- Estimated disk space required: 3.8 MB
- Estimated build time: 0.1 SBU
SDL_ttf Dependencies
Required
SDL-1.2 (see BLFS)
FreeType 2.0 or newer(except FreeType 2.1.3) (see BLFS)
Installation of SDL_ttf
Install SDL_ttf by running the following commands:
./configure --prefix=/usr &&
make
This package does not come with a test suite.
Now, as the root user:
make install
Contents
Installed Library: libSDL_ttf
Installed Directory: /usr/include/SDL
Short Descriptions
libSDL_ttf.[so,a] -- contains functions for SDL_ttf