cd /usr/local/ tar -xvzf ~/Downloads/postgresql-9.2.3.tar cd postgresql-9.2.3/ mkdir build_dir cd build_dir/ ../configure --prefix=`pwd`/../psql --with-libxml # --with-libxml is optional, I only put it here to illustrate where you include libraries in the build make make install
[OSX] Build and install PostgreSQL manually
Leave a reply