From: Josh Berkus Date: Mon, 5 May 2014 23:43:00 +0000 (-0700) Subject: Updated readme with "look below for git compile instructions", as well as missing... X-Git-Tag: pgbouncer_1_6_rc1~11^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04001916216095723ecfa85b3e91509c12eae8b5;p=pgbouncer Updated readme with "look below for git compile instructions", as well as missing dependancy. --- diff --git a/README b/README index 3a005cc..03c3bc8 100644 --- a/README +++ b/README @@ -28,6 +28,9 @@ When this is installed just run: If the OS does not have libevent available as package, it can be downloaded from http://monkey.org/~provos/libevent/ +If you are building from git, or are building for Windows, please see +separate build instructions below. + DNS lookup support ------------------ @@ -73,7 +76,7 @@ you can run configure: $ make install Additional packages required: autoconf, automake, libtool, -autoconf-archive, asciidoc 8.x, xmlto. +autoconf-archive, asciidoc 8.x, xmlto, and pkg-config. Building for WIN32 ------------------