Code: Select all
yum install -y libpng libpng-devel
curl -LO http://www.imagemagick.org/download/releases/ImageMagick-6.8.9-9.tar.gz
tar -xvzf ImageMagick.tar.gz
cd ImageMagick-6.8.9-9/
./configure --prefix=/usr/local
make install
Code: Select all
yum install -y ImageMagick-devel
(To be honest, this is probably a newb Unix/RPM/Yum question, rather than ImageMagick, but would appreciate some help)
Thank you!