mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
clarified documentation on configure options; removed
the mention of --with-mit-pthreads as this option no longer exists, and of --with-ptl2 as this option is for experimental use only
This commit is contained in:
parent
1706598239
commit
69930116e3
1 changed files with 8 additions and 10 deletions
18
README
18
README
|
|
@ -162,16 +162,14 @@ Building
|
|||
Any additional preprocessor symbols you want defined.
|
||||
Defaults to empty string.
|
||||
|
||||
|
||||
The configure script can be called with a --help switch to list
|
||||
the many options it supports. Especially noteworthy is the
|
||||
"--enable and --with options recognized" section at the end
|
||||
of the help text. In particular, shared libraries will be built
|
||||
if "--with-libtool" is added to the "configure" command, and you
|
||||
might also wish to use the --with-mit-pthreads, --with-ptl2, or
|
||||
--with-kame flags depending on how threads and IPv6 is supported
|
||||
on your system. (These last three are primarily relevant to
|
||||
NetBSD and FreeBSD.)
|
||||
To build shared libraries, specify "--with-libtool" on the
|
||||
configure command line.
|
||||
|
||||
To compile with KAME IPv6, use"--with-kame[=PATH]". This should
|
||||
only be necessary if KAME was installed separately, not if it
|
||||
is integrated into your operating system.
|
||||
|
||||
To see additional configure options, run "configure --help".
|
||||
|
||||
"make install" will install "named" and the various BIND 9 libraries.
|
||||
By default, installation is into /usr/local, but this can be changed
|
||||
|
|
|
|||
Loading…
Reference in a new issue