![]() |
“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
GD Build
version: 2.0.35 LeopardIn the libgd source: export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ --without-x --without-xpm --without-fontconfig \ CFLAGS="-Os -arch ppc -arch i386 -arch ppc64 -arch x86_64" make sudo make install
If you want Xpm support, you must install X11 and remove TigerIn the libgd source: export MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ --without-x --without-xpm --without-fontconfig \ 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"
If you want Xpm support, you must install X11 and remove PantherIn the libgd source: ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ --without-x --without-xpm --without-fontconfig CFLAGS=-Os make sudo make install
If you want Xpm support, you must install X11 and remove With Frameworks
To use the UnixImageIO and FreeType frameworks instead of /usr/local libraries, insert these lines right after the --with-png=/Library/Frameworks/UnixImageIO.framework/unix \ --with-freetype=/Library/Frameworks/FreeType.framework/unix \ --with-jpeg=/Library/Frameworks/UnixImageIO.framework/unix \ |
| Copyright © 2004-2008 Kyng Chaos All trademarks and copyrights on this page are owned by their respective owners. |
Powered By Geeklog |