diff options
Diffstat (limited to 'docs/markdown/Running-Meson.md')
-rw-r--r-- | docs/markdown/Running-Meson.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Running-Meson.md b/docs/markdown/Running-Meson.md index 5ae407e..d9847ac 100644 --- a/docs/markdown/Running-Meson.md +++ b/docs/markdown/Running-Meson.md @@ -15,8 +15,8 @@ Let us assume that we have a source tree that has a Meson build system. This mea cd /path/to/source/root - mkdir build - cd build + mkdir builddir + cd builddir meson .. First we create a directory to hold all files generated during the build. Then we go into it and invoke Meson, giving it the location of the source root. |