mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:13:19 -04:00
Add requirements to build from the repository
This commit is contained in:
parent
4316f422b5
commit
fbbe43fb13
1 changed files with 16 additions and 0 deletions
16
README.md
16
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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue