How to install ImageMagick?

Posted on the August 27th, 2008 under Software Install Tips by Stephen

Download the source from http://www.imagemagick.org/script/download.php => Extract it => “cd” to inside the folder => Then execute these commands:

./configure -prefix=/usr/local
make
make install
identify -verbose logo:
cd PerlMagick
perl Makefile.PL
make
make install

Done :D


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. How to Install Subversion?
  2. How to install Ghostscript?
  3. How to install CURL?
  4. How to install Google Chrome in Ubuntu 9.10
  5. How to Install Ubuntu 9.10 using VMware in Windows Vista

Leave a Comment