mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Fix build instructions
There were leftover artifacts and instructions from the transition.
This commit is contained in:
parent
8e6ad1e465
commit
3447e1631d
@ -31,7 +31,7 @@ before running ``meson setup``. The most significant ones are:
|
|||||||
| | figure out the right one for supported systems. |
|
| | figure out the right one for supported systems. |
|
||||||
+--------------------+-------------------------------------------------+
|
+--------------------+-------------------------------------------------+
|
||||||
| ``CC_LD`` | The C linker to use. |
|
| ``CC_LD`` | The C linker to use. |
|
||||||
+----------------------------------------------------------------------+
|
+--------------------+-------------------------------------------------+
|
||||||
| ``CFLAGS`` | The C compiler flags. Defaults to an empty |
|
| ``CFLAGS`` | The C compiler flags. Defaults to an empty |
|
||||||
| | string. |
|
| | string. |
|
||||||
+--------------------+-------------------------------------------------+
|
+--------------------+-------------------------------------------------+
|
||||||
@ -100,7 +100,8 @@ location, adjust ``PKG_CONFIG_PATH`` or use the option ``--pkg-config-path``.
|
|||||||
To support compression on the HTTP statistics channel, the server must
|
To support compression on the HTTP statistics channel, the server must
|
||||||
be linked against ``zlib`` (https://zlib.net/). If this is installed in
|
be linked against ``zlib`` (https://zlib.net/). If this is installed in
|
||||||
a nonstandard location, adjust ``PKG_CONFIG_PATH`` or use the option
|
a nonstandard location, adjust ``PKG_CONFIG_PATH`` or use the option
|
||||||
``--pkg-config-path``.
|
``--pkg-config-path``. Compression can be switched off with
|
||||||
|
``-Dzlib=disabled``.
|
||||||
|
|
||||||
To support storing configuration data for runtime-added zones in an LMDB
|
To support storing configuration data for runtime-added zones in an LMDB
|
||||||
database, the server must be linked with ``liblmdb``
|
database, the server must be linked with ``liblmdb``
|
||||||
@ -121,10 +122,10 @@ BIND must be configured with ``-Ddnstap=enabled``.
|
|||||||
|
|
||||||
To support internationalized domain names in :iscman:`dig`, ``libidn2``
|
To support internationalized domain names in :iscman:`dig`, ``libidn2``
|
||||||
(https://www.gnu.org/software/libidn/#libidn2) must be installed. If the
|
(https://www.gnu.org/software/libidn/#libidn2) must be installed. If the
|
||||||
library is installed in a nonstandard location, specify the prefix using
|
library is installed in a nonstandard location, adjust ``PKG_CONFIG_PATH`` or
|
||||||
``--with-libidn2=/prefix`` or adjust ``PKG_CONFIG_PATH``.
|
use the option ``--pkg-config-path``. IDN support can be switched off with
|
||||||
|
``-Didn=disabled``.
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
For line editing in :iscman:`nsupdate` and :iscman:`nslookup`,
|
For line editing in :iscman:`nsupdate` and :iscman:`nslookup`,
|
||||||
the ``libedit`` library (https://www.thrysoee.dk/editline/) must be
|
the ``libedit`` library (https://www.thrysoee.dk/editline/) must be
|
||||||
installed. If these are installed at a nonstandard location, adjust
|
installed. If these are installed at a nonstandard location, adjust
|
||||||
|
Loading…
x
Reference in New Issue
Block a user