danicoin/external/unbound
Ben Boeckel de4fc40576 mingw: copy required libraries to the build tree
These are found as shared libraries and need to be copied so that PATH
manipulation isn't necessary outside of an msys shell.
2014-11-18 17:03:14 -05:00
..
compat added unbound to external deps 2014-10-05 23:44:31 +02:00
contrib added unbound to external deps 2014-10-05 23:44:31 +02:00
daemon added unbound to external deps 2014-10-05 23:44:31 +02:00
dns64 added unbound to external deps 2014-10-05 23:44:31 +02:00
dnstap added unbound to external deps 2014-10-05 23:44:31 +02:00
doc added unbound to external deps 2014-10-05 23:44:31 +02:00
iterator added unbound to external deps 2014-10-05 23:44:31 +02:00
ldns added unbound to external deps 2014-10-05 23:44:31 +02:00
libunbound added unbound to external deps 2014-10-05 23:44:31 +02:00
pythonmod added unbound to external deps 2014-10-05 23:44:31 +02:00
services added unbound to external deps 2014-10-05 23:44:31 +02:00
smallapp added unbound to external deps 2014-10-05 23:44:31 +02:00
testcode added unbound to external deps 2014-10-05 23:44:31 +02:00
util added unbound to external deps 2014-10-05 23:44:31 +02:00
validator added unbound to external deps 2014-10-05 23:44:31 +02:00
winrc added unbound to external deps 2014-10-05 23:44:31 +02:00
ac_pkg_swig.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
aclocal.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
acx_nlnetlabs.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
acx_python.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
ax_pthread.m4 added unbound to external deps 2014-10-05 23:44:31 +02:00
CMakeLists.txt mingw: copy required libraries to the build tree 2014-11-18 17:03:14 -05:00
config.guess added unbound to external deps 2014-10-05 23:44:31 +02:00
config.h.cmake.in unbound: import cmake build system 2014-10-23 16:42:35 -04:00
config.h.in added unbound to external deps 2014-10-05 23:44:31 +02:00
config.sub added unbound to external deps 2014-10-05 23:44:31 +02:00
configure added unbound to external deps 2014-10-05 23:44:31 +02:00
configure.ac added unbound to external deps 2014-10-05 23:44:31 +02:00
configure_checks.cmake unbound: fix getaddrinfo detection for 32-bit windows 2014-10-24 17:40:52 -04:00
install-sh added unbound to external deps 2014-10-05 23:44:31 +02:00
LICENSE added unbound to external deps 2014-10-05 23:44:31 +02:00
ltmain.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
makedist.sh added unbound to external deps 2014-10-05 23:44:31 +02:00
Makefile.in added unbound to external deps 2014-10-05 23:44:31 +02:00
monero-config.sh fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems 2014-10-06 22:29:07 +02:00
README added unbound to external deps 2014-10-05 23:44:31 +02:00

Unbound README
* ./configure && make && make install
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default max 256 ports are opened at
  the same time and the builtin alternative is equally capable and a 
  little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf