]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- simdzone-zone-load, document to get git submodule and autoreconf,
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Dec 2025 15:09:35 +0000 (16:09 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 10 Dec 2025 15:09:35 +0000 (16:09 +0100)
  and add generated files to gitignore.

.gitignore
README
README.md

index b130d95dbb7eb41cdb91c8388f92663a2849ec7e..64903429d68dcbf3a16fc5ad8fd94c334432f859 100644 (file)
@@ -3,11 +3,15 @@
 /.libs/
 /.source
 /Makefile
+/aclocal.m4
 /autom4te.cache/
+/config.guess
 /config.h
 /config.h.in~
 /config.log
 /config.status
+/config.sub
+/configure
 /configure~
 /dnstap/dnstap_config.h
 /dnscrypt/dnscrypt_config.h
@@ -25,6 +29,7 @@
 /doc/unbound.conf.5
 /libtool
 /libunbound.la
+/ltmain.sh
 /_unbound.la
 /smallapp/unbound-control-setup.sh
 /unbound
diff --git a/README b/README
index 85f9182288dc90405d0894630d56ea9e1526e816..778c2fd6b4d572f4ece377c577017a020317a47d 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
 Unbound README
+* From source repository: git submodule update --init && autoreconf -fi
 * ./configure && make && make install
 * You can use libevent if you want. libevent is useful when using 
   many (10000) outgoing ports. By default max 256 ports are opened at
index d805e4d0a3d75f786b09938693c6aac073bc041c..cbf84fce2b75fea49c5ee6dc2ee912804a916633 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,14 @@ You can learn more about Unbound by reading our
 Make sure you have the C toolchain, OpenSSL and its include files, and libexpat
 installed.
 If building from the repository source you also need flex and bison installed.
+If building from the repository source, also init the git submodule and
+create the configure script with:
+
+```
+git submodule update --init
+autoreconf -fi
+```
+
 Unbound can be compiled and installed using:
 
 ```