Updated REAME with configure options.

git-svn-id: file:///svn/unbound/trunk@125 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-02-19 10:07:52 +00:00
parent a8f2c20cca
commit 2bd3565fe6

View 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.