xref: /src/contrib/ldns/drill/README (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
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