Created
August 31, 2012 17:01
-
-
Save julianduque/3555858 to your computer and use it in GitHub Desktop.
Update ImageMagick in Mountain Lion using Brew
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 tap homebrew/dupes | |
$ brew install apple-gcc42 | |
$ export CC=`which gcc-4.2` | |
$ brew remove imagemagick | |
$ brew install imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment