We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14059dc commit 358fd2aCopy full SHA for 358fd2a
README
@@ -1,6 +1,5 @@
1
Unbound README
2
* ./configure && make && make install
3
-* on BSDs and Solaris use gmake (GNU make).
4
* You can use libevent if you want. libevent is useful when using
5
many (10000) outgoing ports. By default max 256 ports are opened at
6
the same time and the builtin alternative is equally capable and a
doc/README
@@ -16,7 +16,6 @@ This software is under BSD license, see LICENSE for details.
16
(optional) can use builtin alternative instead.
17
18
* Make and install: ./configure; make; make install
19
- * Use GNU make; default on linux, often called 'gmake' on BSD and Solaris.
20
* --with-ldns=/path/to/ldns
21
It will dynamically link against it.
22
* --with-libevent=/path/to/libevent
0 commit comments