> include all libraries needed (no more .so dependancies)?

Add the TIFF, JPEG, and PNG source distribution as subfolders of the
ImageMagick folder (e.g. ImageMagick-6.4.1/jpeg).  Build each of the
delegate libraries as static (e.g. cd jpeg; ./configure --disable-shared).
Finally, add --enable-delegate-build to the ImageMagick configure script:

  ./configure --enable-delegate-build  --disbale-shared ...
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to