gmake no longer needed.

git-svn-id: file:///svn/unbound/trunk@2612 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2012-02-10 10:34:15 +00:00
parent 14059dca14
commit 358fd2ad07
2 changed files with 0 additions and 2 deletions

1
README
View File

@ -1,6 +1,5 @@
Unbound README Unbound README
* ./configure && make && make install * ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* You can use libevent if you want. libevent is useful when using * You can use libevent if you want. libevent is useful when using
many (10000) outgoing ports. By default max 256 ports are opened at many (10000) outgoing ports. By default max 256 ports are opened at
the same time and the builtin alternative is equally capable and a the same time and the builtin alternative is equally capable and a

View File

@ -16,7 +16,6 @@ This software is under BSD license, see LICENSE for details.
(optional) can use builtin alternative instead. (optional) can use builtin alternative instead.
* Make and install: ./configure; make; make install * 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 * --with-ldns=/path/to/ldns
It will dynamically link against it. It will dynamically link against it.
* --with-libevent=/path/to/libevent * --with-libevent=/path/to/libevent