user671054
user671054

Reputation:

ImageMagick and rmagick OS X 10.7

ImageMagick and rmagick gem is very tough to install. I tried using MacPort and then using https://github.com/maddox/magick-installer. I'm getting errors. Please help me to uninstall the uncompleted versions and to reinstall it again. I have already spent one day and I did not know it would take this long to do this small thing that too on mac. Your help would be greatly appreciated.

I have to install rmagick 1.15.17 and rails is 2.3.5 and ruby ree.

Upvotes: 0

Views: 711

Answers (2)

Yuval Karmi
Yuval Karmi

Reputation: 26723

I suggest homebrew, and then it's as simple as:

brew install imagemagick

Then add the line gem 'rmagick' to your gemfile and run

bundle install

That should do the trick.

Upvotes: 1

Shailesh Kalamkar
Shailesh Kalamkar

Reputation: 753

Please try this link https://github.com/maddox/magick-installer for installing imageMagick. After installing imageMagick try to install rmagick gem by

gem install rmagick 

Upvotes: 0

Related Questions