]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add requirements to build from the repository
authorMark Andrews <marka@isc.org>
Fri, 24 Apr 2020 02:28:59 +0000 (12:28 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 Apr 2020 00:44:25 +0000 (10:44 +1000)
README.md

index c9e19a211db58bca383fed9c6657b63556011a2b..6d921fd85dadae7d598fa41a74157a441172de46 100644 (file)
--- a/README.md
+++ b/README.md
@@ -158,6 +158,7 @@ systems.
 
 To build on a UNIX or Linux system, use:
 
+               $ autoreconf -fi (if you are building in the git repository)
                $ ./configure
                $ make
 
@@ -188,6 +189,21 @@ or, if you have Xcode already installed, you can run `xcode-select
 --install`.  (Note that an Apple ID may be required to access the download
 page.)
 
+#### <a name="dependencies"> Dependencies
+
+To build BIND you need to following packages installed:
+
+    libuv
+    pkg-config / pkgconfig / pkgconf
+
+To build BIND from the git repository you will need the following tools
+installed:
+
+    autoconf (includes autoreconf)
+    automake
+    libtool
+    libltdl-dev (Debian) / libtool-ltdl-dev (Fedora/CentOS) / libltdl (FreeBSD)
+
 #### <a name="opts"/> Compile-time options
 
 To see a full list of configuration options, run `configure --help`.