Last active
November 29, 2018 11:53
-
-
Save mradbourne/6c4a66a57c9ca5eee67d85de683c4e14 to your computer and use it in GitHub Desktop.
Revisions
-
mradbourne revised this gist
Nov 29, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ brew install --build-from-source https://raw.githubusercontent.com/Homebrew/homebrew-core/6f014f2b7f1f9e618fd5c0ae9c93befea671f8be/Formula/imagemagick.rb -
Matt Radbourne created this gist
Mar 31, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # Install old homebrew package brew uninstall ImageMagick gem uninstall rmagick # Second, please see https://github.com/rmagick/rmagick/issues/256 and read the answer by hristozov, viz: brew rm imagemagick cd "$(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/" git checkout 6f014f2b7f1f9e618fd5c0ae9c93befea671f8be imagemagick.rb brew install imagemagick brew pin imagemagick git reset --hard # This will force homebrew to use /usr/local/Cellar/imagemagick/6.9.7-3 # Third, gem install rmagick