]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
GNU make needed.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Nov 2007 10:55:31 +0000 (10:55 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 19 Nov 2007 10:55:31 +0000 (10:55 +0000)
git-svn-id: file:///svn/unbound/branches/beta-0.7@760 be551aaa-1e26-0410-a405-d3ace91eadb9

README
doc/README

diff --git a/README b/README
index 04353a1f17b63e22cf00e21473e2aab148fc6beb..0caeeb77939cf0bac108cda2f81dedfe44155b45 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
 Unbound README
 * ./configure && make && make install
+* on BSDs and Solaris use gmake (GNU make).
 * If it complains that no libevent can be found; libevent is useful when
   using many (10000) outgoing ports. By default 16 ports are used and the
   builtin alternative is equally capable.
index 9cc52a6e4b5ec0bc653fd686ee387ebeee9d092d..7bf97775ce7e3d85e4bd6280f9167c58f79039da 100644 (file)
@@ -18,6 +18,7 @@ This software is under BSD license, see LICENSE for details.
   * autoreconf (autoheader && autoconf), if ./configure is missing.
 
 * Make and install: ./configure; make; make install
+  * Use GNU make; default on linux, often called 'gmake' on BSD and Solaris.
   * --with-ldns=/path/to/ldns
        If ldns is not detected on the system, a prepackaged tarball
        of the ldns library is used to compile and statically link against.