ImageMagick builds on a variety of Unix and Unix-like operating systems including Linux, Solaris, FreeBSD, Mac OS X, and others. A compiler is required and fortunately almost all modern Unix systems have one.
Download ImageMagick.tar.gz from
ftp://ftp.imagemagick.org/pub/ImageMagick/
Following are the step to install ImageMagick version ImageMagick-6.3.0-7
First download the tar file
Untar the file ImageMagick-6.3.0-7.tar.gz
Quote:
|
tar -zxvf ImageMagick-6.3.0-7.tar.gz
|
Next configure and compile ImageMagick:
Quote:
cd ImageMagick-6.3.0-7.tar.gz
./configure
make
|
If ImageMagick configured and compiled without complaint, you are ready to install it on your system. Administrator privileges are required to install. To install, type
Finally, verify the ImageMagick install worked properly, type
Quote:
|
/usr/local/bin/convert logo: logo.gif
|
__________________
Best Regards,
Access Denied