Created
February 6, 2013 12:16
-
-
Save roolo/4722219 to your computer and use it in GitHub Desktop.
Fixing the "Can't install RMagick 2.13.1. Can't find the ImageMagick library or one of the dependent libraries. Check the mkmf.log file for more detailed information."@Mac w/ homebrew – taken from http://blog.kenleycheung.com/2012/12/rmagick-homebre/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew uninstall imagemagick | |
cd /usr/local/Cellar | |
git checkout 834ce4a /usr/local/Library/Formula/imagemagick.rb | |
brew install imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment