mac php gd(mac osx 10.9.4)

需要的类库在这里下载:http://www.apple.com/opensource/

编译gd扩展,支持freetype

1、安装freetype

下载freetype

http://download.savannah.gnu.org/releases/freetype/freetype-2.4.4.tar.bz2

tar jxvf freetype-2.4.4.tar.bz2
cd freetype-2.4.4
./configure --prefix=/usr/local/freetype

2、安装php gd扩展

cd /usr/local/src/php-5.4.26/ext/gd
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config --with-freetype-dir=/usr/local/freetype


你可能感兴趣的:(mac php gd(mac osx 10.9.4))