Install Imagemagick from source on CENTOS 1386 4.5

Published: 11/04/2008

Servers

  1. Execute “wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz” to download the tarball.
  2. Execute “tar xvfz ImageMagick.tar.gz” to extract the tarball.
  3. Execute “cd ImageMagick-x.x.x” to change the directory
  4. Execute “./configure”
  5. Execute “make”
  6. if no errors execute “make install”