summaryrefslogtreecommitdiff
path: root/drill/README
diff options
context:
space:
mode:
Diffstat (limited to 'drill/README')
-rw-r--r--drill/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/drill/README b/drill/README
new file mode 100644
index 0000000..bbbb816
--- /dev/null
+++ b/drill/README
@@ -0,0 +1,12 @@
+QUICK INSTALL GUIDE
+
+drill is a subdirectory in ldns.
+
+To compile drill you need:
+autoreconf && ./configure && make
+
+If ldns is installed in a different location, use --with-ldns=directory
+See also ./configure --help
+
+In the first case you must run drill as:
+LD_LIBRARY_PATH=../.libs ./drill <options>