![]() |
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.” - the wisdom of Tarzan |
Kyng Chaos |
|
Table of Contents
FreeType Build
version: 2.3.5
For starters, configure some options manually by editing #define FT_CONFIG_OPTION_INCREMENTAL #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER #define TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED #undef FT_CONFIG_OPTION_OLD_INTERNALS LeopardIn the freetype source: export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --with-old-mac-fonts \ CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64" make sudo make install TigerIn the freetype source: export MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --with-old-mac-fonts \ CFLAGS="-Os -arch ppc -arch i386" make sudo make install
If you are compiling on a PPC Mac, add " CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" PantherIn the freetype source: ./configure --with-old-mac-fonts make sudo make install |
| Copyright © 2004-2008 Kyng Chaos All trademarks and copyrights on this page are owned by their respective owners. |
Powered By Geeklog |