]> granicus.if.org Git - pgbouncer/commitdiff
Add instructions on how to build from CVS.
authorMarko Kreen <markokr@gmail.com>
Tue, 4 Mar 2008 20:48:49 +0000 (20:48 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 4 Mar 2008 20:48:49 +0000 (20:48 +0000)
Suggested by Jason Coby.

README

diff --git a/README b/README
index 9fbdbd072b14afc50ff6073a0e727df1413aa8f2..dae150e63286572be033555540bf5f8dd8002702 100644 (file)
--- a/README
+++ b/README
@@ -20,3 +20,17 @@ installed just run:
 If the OS does not have libevent available as package, it can be
 downloaded from http://monkey.org/~provos/libevent/
 
+Building from CVS
+-----------------
+
+Building PgBouncer from CVS requires that you generate the header
+and config files before you can run configure:
+
+       $ make boot
+       $ ./configure ...
+       $ make
+
+To have manpages, asciidoc 8.x and xmlto need to be installed,
+as CVS does not contain generated pages.  Without those,
+manpages are skipped when building/installing.
+