compile static version of imagemagick convert util

我怕爱的太早我们不能终老 提交于 2019-12-11 02:27:59

问题


looking to create static binaries for the imagemagick convert utlity on two platforms: ubuntu and os x.

the only discussion that I can find that discusses how to do this is from 2008, and is outdated.

I've tried downloading the .tar file from http://www.imagemagick.org/download/binaries/ImageMagick-7.0.0-0.tar.gz.

the discussion above suggests the following steps:

  1. untarring, then building each delegate library as static (e.g. ./configure --disable-shared)

  2. globally building with ./configure --disable-shared --enable-delegate-build

  3. running make

which should build static versions of the main utilities.

I'm running into trouble building the delegate libraries as static, since the file structure of imagemagick has changed a lot in the past few years.

can somebody point me to the correct way to build a static version of the utility?

来源:https://stackoverflow.com/questions/25634129/compile-static-version-of-imagemagick-convert-util

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!