Page 1 of 1

how can I build Magick++ only without MagickCore and MagickWand

Posted: 2017-11-13T00:55:49-07:00
by ddv5
I think I only need the c++ version,but I cannot find a way to forbid the building of the c version.And the lib name has an embellish like "-7.16HDRI",how can I remove it? I think only "libMagick++.so" is ok.

Re: how can I build Magick++ only without MagickCore and MagickWand

Posted: 2017-11-13T01:33:38-07:00
by snibgo
When building ImageMagick, the MagickCore and MagickWand layers must be included. If they are not, ImageMagick won't work.

Re: how can I build Magick++ only without MagickCore and MagickWand

Posted: 2017-11-13T01:35:27-07:00
by ddv5
snibgo wrote: 2017-11-13T01:33:38-07:00 When building ImageMagick, the MagickCore and MagickWand layers must be included. If they are not, ImageMagick won't work.
thanks.