Created
January 9, 2018 15:52
-
-
Save sigmike/591c9ede57d962dc26ea0790ade50808 to your computer and use it in GitHub Desktop.
Install rmagick with imagemagick 6 on arch
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
sudo pacman -S libmagick6 | |
PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig gem install rmagick | |
# or with bundler: | |
PKG_CONFIG_PATH=/usr/lib/imagemagick6/pkgconfig bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now it work in this way: