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/
Let us see the step to install ImgaeMagick version 6.3.0.4
First download the tar file
Quote:
wget ftp://ftp.imagemagick.org/pub/ImageM...6.3.0-4.tar.gz
tar -zxvf ImageMagick-6.3.0-4.tar.gz
Next configure and compile ImageMagick:
Quote:
cd ImageMagick-6.3.0-4.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
Quote:
make install
Finally, verify the ImageMagick install worked properly, type
Quote:
/usr/local/bin/convert logo: logo.gif
Let us see the step to install ImgaeMagick version 6.3.0.4
First download the tar file
Quote:
wget ftp://ftp.imagemagick.org/pub/ImageM...6.3.0-4.tar.gz
tar -zxvf ImageMagick-6.3.0-4.tar.gz
Next configure and compile ImageMagick:
Quote:
cd ImageMagick-6.3.0-4.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
Quote:
make install
Finally, verify the ImageMagick install worked properly, type
Quote:
/usr/local/bin/convert logo: logo.gif