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

前端 未结 12 1436
终归单人心
终归单人心 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条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-07 14:01

    you need the imagemagick libraries under ubuntu

    $ sudo apt-get install libmagickwand-dev

    it contains all missing libraires

    then run bundle install command

提交回复
热议问题