Last active
August 29, 2015 14:01
-
-
Save rodrigomaia/d543f13f8d8a7e4cdccf to your computer and use it in GitHub Desktop.
Can't install RMagick 2.13.2. Can't find MagickWand.h.
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 characters
| # Erro no bundle | |
| brew install pkgconfig | |
| brew install imagemagick | |
| export PKG_CONFIG_PATH="/opt/local/lib/pkgconfig:$PKG_CONFIG_PATH" | |
| # Erro no rails s | |
| brew install ghostscript | |
| brew install libtool --universal | |
| brew link libtool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment