Search found 1 match
- 2014-12-08T12:53:37-07:00
- Forum: Users
- Topic: How to install 6.8.9 devel packages?
- Replies: 0
- Views: 4074
How to install 6.8.9 devel packages?
I'm on RHEL and have compiled 6.8.9 from the binary using: 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 ...