Error installing Rmagick on Mac OS X

前端 未结 3 2058
梦如初夏
梦如初夏 2020-12-08 23:32

I followed the installation of RMagick for OSX: http://rmagick.rubyforge.org/install-faq.html#osx

I have done the

3条回答
  •  一向
    一向 (楼主)
    2020-12-09 00:14

    Another think to watch out is the version of imagemagick. I had ImageMagick version 6.8.0, which is the latest if you install from homebrew, and rmagick just does not compile with this version. So do a

    convert --version

    and make sure that your ImageMagick is 6.7 or less otherwise rmagick wont compile..

提交回复
热议问题