Guest User

Untitled

a guest
Oct 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. brew update
  2. brew rm imagemagick
  3. brew install imagemagick@6
  4.  
  5. LDFLAGS=-L/usr/local/opt/imagemagick@6/lib
  6. CPPFLAGS=-I/usr/local/opt/imagemagick@6/include
  7. PKG_CONFIG_PATH=/usr/local/opt/imagemagick@6/lib/pkgconfig
  8. gem install rmagick
Add Comment
Please, Sign In to add comment