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

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
ddv5
Posts: 4
Joined: 2017-11-13T00:46:53-07:00
Authentication code: 1152

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

Post 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.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post by snibgo »

When building ImageMagick, the MagickCore and MagickWand layers must be included. If they are not, ImageMagick won't work.
snibgo's IM pages: im.snibgo.com
ddv5
Posts: 4
Joined: 2017-11-13T00:46:53-07:00
Authentication code: 1152

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

Post 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.
Post Reply