How to create ImageMagick-devel.rpm?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How to create ImageMagick-devel.rpm?

Post by anthony »

The link does built the development RPM packages too.

The package extraction just limits the RPM's retrieved from the
build area.

Replace

Code: Select all

cp -p $tmp/*/ImageMagick-[6p]*.i386.rpm
with

Code: Select all

cp -p $tmp/*/ImageMagick-*.i386.rpm
, and you will get ALL the packages.

The next line may need to be modified to limit the package installation (as root) to just what you want.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply