Posted: 2006-02-24T08:59:47-07:00
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