Mohamed Salman
Mohamed Salman

Reputation: 29

Ruby on Rails Gem Installation Failed

Ruby on Rails i can't install rmagick gem. please help me.

the above image is the output of the installation result.

Upvotes: 0

Views: 76

Answers (1)

hacker Zhang
hacker Zhang

Reputation: 31

Try to install ImageMagick and then gem install rmagick -v '2.16.0' --source

on Mac: brew install imagemagick

on Ubuntu

sudo apt-get update

sudo apt-get install imagemagick

If your are on Windows, you can try WSL

Upvotes: 1

Related Questions