aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/markdown/Reference-manual.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 8624138..103f4d8 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -2122,6 +2122,15 @@ the following methods.
...
meson.add_devenv(devenv)
```
+ After configuring and compiling that project, a terminal can be opened with
+ the environment set:
+ ```sh
+ $ meson devenv -C <builddir>
+ $ echo $PLUGINS_PATH
+ /path/to/source/subdir
+ ```
+ See (`meson devenv`)[Commands.md#devenv] command documentation for a list of
+ environment variables that are set by default by Meson.
### `build_machine` object