rm -rf /tmp/20051229GD/
mkdir /tmp/20051229GD/
cd /tmp/20051229GD/
wget http://www.peregrinehw.com/downloads/gd/ImageMagick-6.2.6-1.tar.bz2
cd /usr/src
tar jxvf /tmp/20051229GD/ImageMagick-6.2.6-1.tar.bz2
cd /usr/src/ImageMagick-6.2.6/
./configure --with-perl=/usr/local/bin/perl --with-windows-font-dir=/usr/share/fonts/default/TrueType --enable-shared --with-exif=yes --enable-lzw=yes --with-gs-font-dir=/usr/local/share/ghostscript/fonts
make -j9
make install
ldconfig --verbose
alternatif
Install from Unix Source
ImageMagick builds on a variety of Unix and Unix-like operatingsystems including Linux, Solaris, FreeBSD, Mac OS X, and others. Acompiler is required and fortunately almost all modern Unix systemshave one. Download ImageMagick.tar.gz from ftp.imagemagick.org or its mirrors and unpack it with this command:
tar xvfz ImageMagick.tar.gz
Next configure and compile ImageMagick:
cd ImageMagick-6.?.?
./configure
make
If ImageMagick configured and compiled without complaint, you areready to install it on your system. Administrator privileges arerequired to install. To install, type
make install
Finally, verify the ImageMagick install worked properly, type
/usr/local/bin/convert logo: logo.gif