aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Running-Meson.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Running-Meson.md b/docs/markdown/Running-Meson.md
index 14b2d19..7db22bf 100644
--- a/docs/markdown/Running-Meson.md
+++ b/docs/markdown/Running-Meson.md
@@ -132,6 +132,9 @@ Installing the built software is just as simple.
ninja install
+Note that Meson will only install build targets explicitly tagged as
+installable, as detailed in the [installing targets documentation](Installing.md).
+
By default Meson installs to `/usr/local`. This can be changed by
passing the command line argument `--prefix /your/prefix` to Meson
during configure time. Meson also supports the `DESTDIR` variable used