“rmagick” gem installation issue

后端 未结 8 904
温柔的废话
温柔的废话 2021-01-31 01:26

I am having issue while trying to install \"rmagick\" gem on centos. Following is the output I am having. Can anyone please help me identifying what package I am missing

相关标签:
8条回答
  • 2021-01-31 02:08

    For windows users who run into this, and are 100% psotive that they have the devkit installed:

    When installing, you will be presented this prompt

    Choosing 1 is not enough. Just press enter (1 & 3) and that will install the devkit properly.

    0 讨论(0)
  • 2021-01-31 02:09

    For Mac with Brew, simply..

    brew install imagemagick

    Then gem install imagemagick will work smoothly.

    0 讨论(0)
提交回复
热议问题