Installing rmagick on Ubuntu

后端 未结 15 2061
北恋
北恋 2020-12-02 05:38

I\'m trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick from source, but the instructions here still didn\'t

15条回答
  •  庸人自扰
    2020-12-02 06:17

    In Ubuntu 14.04


    Below code is worked for me

    sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
    

    Then,

    gem install rmagick
    

提交回复
热议问题