chg: doc: Installing after building

Added the required steps for installing after building.

Merge branch 'patch-3' into 'main'

See merge request isc-projects/bind9!11337
This commit is contained in:
Ondřej Surý 2025-12-06 18:59:49 +01:00
commit 978bd61757

View file

@ -20,6 +20,9 @@ To build on a Unix or Linux system, use:
$ meson setup build-dir
$ meson compile -C build-dir
$ cd build-dir
$ meson install # by default installs into /usr/local
$ ldconfig
Several environment variables affect compilation, and they can be set
before running ``meson setup``. The most significant ones are: