Building Requirements
- In addition to the run-time requirements, building BIND 10
+ In addition to the run-time requirements (listed in
+ ), building BIND 10
from source code requires various development include headers and
program development tools.
@@ -505,7 +506,7 @@ as a dependency earlier -->
- Visit the wiki at
for system-specific installation tips.
@@ -574,7 +575,7 @@ as a dependency earlier -->
-
+
Test it; for example:
$ dig @127.0.0.1 -c CH -t TXT authors.bind
@@ -600,10 +601,10 @@ as a dependency earlier -->
Installation from source
BIND 10 is open source software written in C++ and Python.
- It is freely available in source code form from ISC via
- the Git code revision control system or as a downloadable
- tar file. It may also be available in pre-compiled ready-to-use
- packages from operating system vendors.
+ It is freely available in source code form from ISC as a
+ downloadable tar file or via BIND 10's Git code revision control
+ service. (It may also be available in pre-compiled ready-to-use
+ packages from operating system vendors.)
@@ -631,7 +632,7 @@ as a dependency earlier -->
- When using source code retrieved via Git additional
+ When using source code retrieved via Git, additional
software will be required: automake (v1.11 or newer),
libtoolize, and autoconf (2.59 or newer).
These may need to be installed.
@@ -639,11 +640,12 @@ as a dependency earlier -->
- The latest development code, including temporary experiments
- and un-reviewed code, is available via the BIND 10 code revision
+ The latest development code (and temporary experiments
+ and un-reviewed code) is available via the BIND 10 code revision
control system. This is powered by Git and all the BIND 10
development is public.
- The leading development is done in the master.
+ The leading development is done in the master
+ branch.
The code can be checked out from
@@ -656,8 +658,8 @@ as a dependency earlier -->
When checking out the code from
the code version control system, it doesn't include the
- generated configure script, Makefile.in files, nor the
- related configure files.
+ generated configure script, Makefile.in files, nor their
+ related build files.
They can be created by running autoreconf
with the switch.
This will run autoconf,
@@ -681,7 +683,7 @@ as a dependency earlier -->
Run ./configure with the
- switch to view the different options. The commonly-used options are:
+ switch to view the different options. Some commonly-used options are: