Navigation Menu

Skip to content

Commit

Permalink
Added configure instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfetter committed Mar 23, 2010
1 parent df4ea0a commit 02a4d8e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion HACKING.postgres
Expand Up @@ -12,9 +12,19 @@ When you want to work on CVS TIP (aka git master) of PostgreSQL, you'd
source this file first. If you want to change to another
PostgreSQL, do:

make distclean
make maintainer-clean
. /path/to/new/.bashrc.whatever

When compiling PostgreSQL, here's a handy-ish configure invocation:

CC="ccache gcc" ./configure \
--prefix=$PG_PREFIX \
--with-pgport=$PGPORT \
--with-perl \
--with-libxml \
--enable-debug \
--enable-cassert

To avoid confusion, you also might want to un-symlink plparrot from
beneath the other source tree and symlink it under contrib/ in the
source tree you want to use.

0 comments on commit 02a4d8e

Please sign in to comment.