Question

I have already installed several packages that would seem appropriate:

yum install ImageMagick ImageMagick-devel ImageMagick-c++

but still I do not have the Magick++.h file. What package am I supposed to be looking for?

Was it helpful?

Solution

On Fedora you can find packages that provide certain files with yum provides. So for your needs, try:

$ yum provides '*/Magick++.h'

On my Fedora 19 system, the repos show that GraphicsMagick-c++-devel and ImageMagick-c++-devel packages have that file.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top