Last active
August 29, 2015 14:06
-
-
Save alanho/1e75267250c8abaca1d3 to your computer and use it in GitHub Desktop.
bundle with brew libs
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
PKG_CONFIG_PATH="/opt/local/lib/pkgconfig:/usr/local/Cellar/imagemagick/6.8.9-1/lib/pkgconfig:$PKG_CONFIG_PATH" C_INCLUDE_PATH=/usr/local/Cellar/imagemagick/6.8.9-1/include/ImageMagick-6 gem install rmagick | |
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/9.3/bin/pg_config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment