Skip to content

Instantly share code, notes, and snippets.

@alanho
Last active August 29, 2015 14:06
Show Gist options
  • Save alanho/1e75267250c8abaca1d3 to your computer and use it in GitHub Desktop.
Save alanho/1e75267250c8abaca1d3 to your computer and use it in GitHub Desktop.
bundle with brew libs
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