summaryrefslogtreecommitdiff
path: root/docs/markdown/Running-Meson.md
diff options
context:
space:
mode:
authorChristoph Behle <behlec@gmail.com>2018-07-05 21:18:38 +0200
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-07-08 10:56:37 -0700
commit2428b388db6eab8d450b1daee20c4cdb0bb88a65 (patch)
treecebde61a6f49ccd0ff8fa8fa64a235bbffb83c0a /docs/markdown/Running-Meson.md
parent2093d45a4e1203d868d200628918472877c7ec31 (diff)
downloadmeson-2428b388db6eab8d450b1daee20c4cdb0bb88a65.tar.gz
Document options for meson
Document what waring_level 1,2,3 means. Test if markdown files are in sitemap Add Builtin-options.md to sitemap.txt Builtin-options.md: Fix tables in Builtin-options.md Add documentation for warning options Added more options to doc General documentation: Add link to Builtin-options Remove obsolete file Testing: Add function test_markdown_files_in_sitemap. Checks if each markdown file is contained in sitemap.txt
Diffstat (limited to 'docs/markdown/Running-Meson.md')
-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 7db22bf9c..00b70edd9 100644
--- a/docs/markdown/Running-Meson.md
+++ b/docs/markdown/Running-Meson.md
@@ -10,6 +10,9 @@ directly from the source tree with the command
the command is simply `meson`. In this manual we only use the latter
format for simplicity.
+Additionally, the invocation can pass options to meson.
+The list of options is documented [here](Builtin-options.md).
+
At the time of writing only a command line version of Meson is
available. This means that Meson must be invoked using the
terminal. If you wish to use the MSVC compiler, you need to run Meson