Reputation: 29
the above image is the output of the installation result.
Upvotes: 0
Views: 76
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