From: Paul Hoffman Date: Sat, 6 Dec 2025 17:00:23 +0000 (+0000) Subject: Added the required steps for installing after building X-Git-Tag: v9.21.17~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f5e3cc57a28bb22af4a779b2c972477ae962a8;p=thirdparty%2Fbind9.git Added the required steps for installing after building --- diff --git a/doc/arm/build.inc.rst b/doc/arm/build.inc.rst index 9999b89157e..ccc6a39c9a3 100644 --- a/doc/arm/build.inc.rst +++ b/doc/arm/build.inc.rst @@ -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: