[magick-developers] Static portable build for OSX?
duc.sequere.aut.de.via.decede at imagemagick.org
duc.sequere.aut.de.via.decede at imagemagick.org
Tue Feb 19 09:08:01 PST 2008
> that still seem to be linked dynamically to the various delegates.
You need to build all the delegate library static as well. We typically
put all the delegate libraries in the top level ImageMagick source folder
and rename them to their short form names (e.g. jpeg for JPEG, tiff for TIFF,
etc.). Now go to each delegate library and build it statically with
./configure --disable-shared --enable-delegate-build
Have fun.
More information about the Magick-developers
mailing list