ImageMagick / RMagick - Can't install RMagick 2.13.1. Can't find Magick-config

前端 未结 12 1405
终归单人心
终归单人心 2020-12-07 13:09

I used a script to install ImageMagick http://github.com/masterkain/ImageMagick-sl

After a while, I got ImageMagick installed.

Then I ran sudo gem install rm

12条回答
  •  萌比男神i
    2020-12-07 14:05

    I had an issue installing Rmagick gem version 2.13.2 on Debian Jessie. After fighting with the packages in the other answers, I upgraded the version of the Rmagick gem from 2.13.2 to the latest (2.16.0 at time of writing). This installed successfully.

    bundle update rmagick
    

提交回复
热议问题