Install Imagemagick from source on CENTOS 1386 4.5
Published: 11/04/2008
Servers
- Execute “wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz” to download the tarball.
- Execute “tar xvfz ImageMagick.tar.gz” to extract the tarball.
- Execute “cd ImageMagick-x.x.x” to change the directory
- Execute “./configure”
- Execute “make”
- if no errors execute “make install”