Add requirements to build from the repository

This commit is contained in:
Mark Andrews 2020-04-24 12:28:59 +10:00
parent 4316f422b5
commit fbbe43fb13

View file

@ -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`.