Freetype - Truetype fonts for Linux
tar zxvf freetype-1.x.x.tar.gz
./configure --prefix=/usr
--sysconfdir=/etc
make && make install
tar zxvf freetype-2.x.x.tar.gz
vi
include/freetype/config/ftoption.h
find #undef
TT_CONFIG_OPTION_BYTECODE_INTERPRETER
change to #define
TT_CONFIG_OPTION_BYTECODE_INTERPRETER
./configure --prefix=/usr
--sysconfdir=/etc
make && make install
vi
include/freetype/config/ftoption.h
find #undef
TT_CONFIG_OPTION_BYTECODE_INTERPRETER
change to #define
TT_CONFIG_OPTION_BYTECODE_INTERPRETER
./configure --prefix=/usr/X11R6
make && make install
ldconfig -v
You have now given your applications and XFree86 the latest TrueType font support! Enjoy the eyecandy!
![]() |
![]() |