Page 1 of 1

Can I change the option DMAGICKCORE_HDRI_ENABLE?

Posted: 2013-03-02T13:20:28-07:00
by lleche
Hi,
seems that some changes were to Makefile.PL.
In version "ImageMagick 6.8.3-6" , I see the option DMAGICKCORE_HDRI_ENABLE=0.
Shall I set it to 1 if I want to build perlmagick with HDRI version enabled?

Not clear what it does, and could not find any info despite some effort (searching forum, google....).

Thanks for clarification.

Re: Can I change the option DMAGICKCORE_HDRI_ENABLE?

Posted: 2013-03-02T15:32:47-07:00
by magick
Add --with-perl to your configure script command line. It builds a compatible Makefile.PL for PerlMagick. For HDRI, add --enable-hdri to your configure script command line:
  • cd ImageMagick-6.8.3-6
    ./configure --enable-hdri --with-perl
    make
    make install