Shiladitya Biswas schrieb:
> Hi,
> I am trying to install ImageMagick with TIFF support. I have installed
> libtiff at a non standard location.
> How do I configure Imagemagick so that it picks up the headers
> (tiff.h, ..) and libraries (ltiff, ..) . What option should be given
> to configure ?
> I am using Linux.
>
> Thanks
> Shiladitya
> _______________________________________________
> Magick-developers mailing list
> Magick-developers@imagemagick.org
> http://studio.imagemagick.org/mailman/listinfo/magick-developers
>
>   
Hi,
simply add LDFLAGS=L/path_to_libtiff and CPPFLAGS=-I/path_to_headerfiles
to your configure-call.

Good Luck


Wilfried Oltmanns
Developer
oltma...@six.de



_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to