gd 2.0.15

概要:

URL:

URL (日本語):

ダウンロード先:

% tar -zxvf gd-2.0.15.tar.gz
% cd gd-2.0.15
% ./configure --with-libiconv-prefix=/usr/local \
              --with-png=/usr/local/lib \
              --with-freetype=/usr/local/lib \
              --with-jpeg=/usr/local/lib
% make
% make check
# make install