xref: /freebsd/contrib/ldns/drill/README (revision d9a9f23d0b3f1676d5656b76301341c0037d15b7)
1QUICK INSTALL GUIDE
2
3drill is a subdirectory in ldns.
4
5To compile drill you need:
6autoreconf && ./configure && make
7
8If ldns is installed in a different location, use --with-ldns=directory
9See also ./configure --help
10
11In the first case you must run drill as:
12LD_LIBRARY_PATH=../.libs ./drill <options>
13