]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
foutje+commentaartje
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 4 Jul 2006 12:56:44 +0000 (12:56 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Tue, 4 Jul 2006 12:56:44 +0000 (12:56 +0000)
README

diff --git a/README b/README
index 615d79304a5aa4b49d660e0b10e8b3f03ed9360b..55f31d9912241c0f48152a62e23f502fccdb250f 100644 (file)
--- a/README
+++ b/README
@@ -35,13 +35,14 @@ There are some examples in the examples/ directory. These can be built with:
 4. gmake
 
 * Drill
-Drill can be build with:
+Drill can be built with:
 1. cd drill/
 2. autoreconf
 3. ./configure [--with-ldns=../]
 4. gmake
 
-Note, if built with --with-ldns=../ you will need to set the
+Note, if built with --with-ldns=../ (i.e. if you did not install ldns to
+your system but only built it) you will need to set the
 LD_LIBRARY_PATH to let library loader find the library.
 
 * Building from repository