Skip to content

Instantly share code, notes, and snippets.

@juankiz
Created October 17, 2017 21:13
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 juankiz/e5c58f1a52bfa1c7739aa5ec8d49414e to your computer and use it in GitHub Desktop.
Save juankiz/e5c58f1a52bfa1c7739aa5ec8d49414e to your computer and use it in GitHub Desktop.
Imagemagick install errors, now fixed
brew update
brew rm imagemagick
brew install imagemagick@6
LDFLAGS=-L/usr/local/opt/imagemagick@6/lib
CPPFLAGS=-I/usr/local/opt/imagemagick@6/include
PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig
gem install rmagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment