Created
September 14, 2013 13:46
-
-
Save oisin/6562181 to your computer and use it in GitHub Desktop.
Override Postgres defaults when you have installed the Postgres.app application on OS X, and you need to compile native extensions for a Ruby gem with bundler.
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
gem install do_postgres -- --with-pgsql-server-dir=/Applications/Postgres.app/Contents/MacOS --with-pgsql-server-include=/Applications/Postgres.app/Contents/MacOS/include/server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment