Can't find wand/MagickWand.h

前端 未结 4 1358
难免孤独
难免孤独 2021-02-20 02:31

I have update my system to Ubuntu 15.04 and now Rmagick can\'t be installed...

It gives me the following error:

$ gem install rmagick -v \'2.13.2\'
Build         


        
4条回答
  •  情深已故
    2021-02-20 03:19

    I am on ubuntu 15.04 and was able to get it by specifying version of rmagick

    gem 'rmagick', '2.15.0'
    

提交回复
热议问题