Freetype - Truetype fonts for Linux
tar zxvf freetype-1.x.x.tar.gz./configure --prefix=/usr
--sysconfdir=/etcmake && make installtar zxvf freetype-2.x.x.tar.gzvi
include/freetype/config/ftoption.hfind #undef
TT_CONFIG_OPTION_BYTECODE_INTERPRETERchange to #define
TT_CONFIG_OPTION_BYTECODE_INTERPRETER./configure --prefix=/usr
--sysconfdir=/etcmake && make installvi
include/freetype/config/ftoption.hfind #undef
TT_CONFIG_OPTION_BYTECODE_INTERPRETERchange to #define
TT_CONFIG_OPTION_BYTECODE_INTERPRETER./configure --prefix=/usr/X11R6make && make installldconfig -vYou have now given your applications and XFree86 the latest TrueType font support! Enjoy the eyecandy!
|
|
|