From: Mark Andrews Date: Fri, 24 Apr 2020 02:28:59 +0000 (+1000) Subject: Add requirements to build from the repository X-Git-Tag: v9.17.2~115^2~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fbbe43fb13a9d75d90898a33ceede4f170050f5b;p=thirdparty%2Fbind9.git Add requirements to build from the repository --- diff --git a/README.md b/README.md index c9e19a211db..6d921fd85da 100644 --- 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.) +#### 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) + #### Compile-time options To see a full list of configuration options, run `configure --help`.