blob: 944cb25b2e7b8d41381f85f7b0c698bda7f861d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
If using git (not the tarball), build the "configure" file:
autoreconf --install
To then build from source:
./configure
make
For detailed installation directions, see the guide
at doc/guide/bind10-guide.txt or doc/guide/bind10-guide.html.
You can find user-contributed OS-specific build/installation
instructions on the BIND 10 wiki:
http://bind10.isc.org/wiki/SystemSpecificNotes
|