Page 1 of 1

Dynamic config path under unix?

Posted: 2007-03-12T01:41:24-07:00
by aidynskas
Hi,

What is the right way to use dynamic resource path for ImageMagick "config" folder (default is /usr/local/share/ImageMagick-x/config under Unix? I wonder if there is a way to specify it during the MagickWand initialization?

Thanks!
P.S. UseInstalledMagick seems to be Window only (am I wrong?) and if it works under Unix then how do I tell the location of "config" folder during the runtime of MagickWand (simple C MagickWand app)?

Re: Dynamic config path under unix?

Posted: 2007-03-12T10:13:01-07:00
by magick
Add --disable-installed to the configure script command line to use dynamic paths to the ImageMagick configuration files.