From 5eb41f7a5aa9a9acf123e5b006adc5e94e889172 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 4 Mar 2008 20:48:49 +0000 Subject: [PATCH] Add instructions on how to build from CVS. Suggested by Jason Coby. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index 9fbdbd0..dae150e 100644 --- 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. + -- 2.40.0