xref: /freebsd/contrib/ldns/drill/README (revision 13ec1e3155c7e9bf037b12af186351b7fa9b9450)
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