How to install 6.8.9 devel packages?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
mehulkar
Posts: 1
Joined: 2014-12-08T12:48:54-07:00
Authentication code: 6789

How to install 6.8.9 devel packages?

Post by mehulkar »

I'm on RHEL and have compiled 6.8.9 from the binary using:

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
Usually, I would also do

Code: Select all

yum install -y ImageMagick-devel
but this installs 6.5.4. How do I get these header files for 6.8.9?

(To be honest, this is probably a newb Unix/RPM/Yum question, rather than ImageMagick, but would appreciate some help)

Thank you!
Post Reply