Skip to content

Instantly share code, notes, and snippets.

@julianduque
Created August 31, 2012 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianduque/3555858 to your computer and use it in GitHub Desktop.
Save julianduque/3555858 to your computer and use it in GitHub Desktop.
Update ImageMagick in Mountain Lion using Brew
$ 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