]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Added the required steps for installing after building
authorPaul Hoffman <paul.hoffman@gmail.com>
Sat, 6 Dec 2025 17:00:23 +0000 (17:00 +0000)
committerPaul Hoffman <paul.hoffman@gmail.com>
Sat, 6 Dec 2025 17:00:23 +0000 (17:00 +0000)
doc/arm/build.inc.rst

index 9999b89157e86e09f2149c888244c8cf4cddeeac..ccc6a39c9a3bb163accec5407a4793e51e54b16a 100644 (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: