Installing rmagick on Ubuntu

后端 未结 15 2048
北恋
北恋 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:22

    Install the packages imagemagick and libmagickwand-dev (or libmagick9-dev). You should then be able to install the Rmagick Gem.

    sudo apt-get install imagemagick libmagickwand-dev
    

    If not, you are missing ruby related development packages like build-essential and ruby1.8-dev. If that's the case, a generic "ubuntu install ruby 1.8" query in google should sort you out.

提交回复
热议问题