diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-02-03 13:01:00 +0000 |
| commit | c6342fe2e90510d8d2296423f2ca92818a7b3d18 (patch) | |
| tree | 0cc9064980c804a7bf5cc6d96c9249950c7e56a9 /README.git | |
| parent | 65be028f32ed37dce84f6328d4a7172132c8c224 (diff) | |
Notes
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 34c9ae54f5e4e..2d4162b7dff27 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 |
