]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Updated REAME with configure options. release-0.0
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Feb 2007 10:07:52 +0000 (10:07 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Feb 2007 10:07:52 +0000 (10:07 +0000)
git-svn-id: file:///svn/unbound/trunk@125 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/README

index 9abf16c505b61ab2f3c092ea0560c7abccd061cd..f701058e75e157f290730039333261a5a471f3ea 100644 (file)
@@ -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.