diff options
Diffstat (limited to 'README.git')
-rw-r--r-- | README.git | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.git b/README.git index 34c9ae54f5e4..2d4162b7dff2 100644 --- a/README.git +++ b/README.git @@ -13,8 +13,9 @@ # older versions of libtoolize do not support --install # so you might need to remove that (with newer versions # it is needed) -libtoolize -c --install -autoreconf --install +git submodule update --init +libtoolize -ci +autoreconf -fi ./configure --with-examples --with-drill # --with-pyldns --with-p5-dns-ldns make make doc # needs doxygen for the html pages |