Skip to content

Instantly share code, notes, and snippets.

@randyjhunt
Created January 28, 2009 15:01
Show Gist options
  • Select an option

  • Save randyjhunt/53976 to your computer and use it in GitHub Desktop.

Select an option

Save randyjhunt/53976 to your computer and use it in GitHub Desktop.
mkdir /usr/local/src
cd /usr/local/src
wget url-for-latest-postgres-package
tar xzf postgres...tgz
cd postgres...
./configure --with-bonjour --with-openssl
./make
./make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment