Page 1 of 1

Posted: 2006-02-24T08:59:47-07:00
by magick
To install ImageMagick from source, use these commands:
  • tar xvfz ImageMagick-6.2.6-1.tar.gz
    cd ImageMagick-6.2.6
    ./configure
    make
    make install