mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 10:10:14 -04:00
Added the required steps for installing after building
This commit is contained in:
parent
ca0dc621e4
commit
95f5e3cc57
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue