我一直在尝试使用Ruby Forge的Mac OS X安装程序安装ImageMagick,并且RMagick代码不想编译,它输出:
Can't install RMagick 2.10.0. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information.
和
have_library: checking for InitializeMagick() in -lMagickCore... -------------------- no
我已经尝试过再次运行安装程序,但无济于事。谢谢你的帮助!
答案 0 :(得分:0)
使用MacPorts时,我没有遇到安装ImageMagick的问题。该程序通常是:
sudo port install ImageMagick
sudo gem install rmagick -- --disable-htmldoc
禁用文档的指令可以加快安装速度,并可以避免在尝试渲染示例图像时丢失字体的问题。
MacPorts位于http://www.macports.org/