From: Wouter Wijngaards Date: Mon, 19 Feb 2007 10:07:52 +0000 (+0000) Subject: Updated REAME with configure options. X-Git-Tag: release-0.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd3565fe6a111e7783a177183f76ae1f253f0fa;p=thirdparty%2Funbound.git Updated REAME with configure options. git-svn-id: file:///svn/unbound/trunk@125 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/README b/doc/README index 9abf16c50..f701058e7 100644 --- a/doc/README +++ b/doc/README @@ -10,6 +10,9 @@ This software is under BSD license, see LICENSE for details. * Make and install: ./configure; make * --with-ldns=/path/to/ldns + * --with-libevent=/path/to/libevent + Can be set to either the system install or the build directory. + --with-libevent=no gives an alternative to libevent (based on select). * Create build environment * run libtoolize -c if config.sub is missing.