aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-05-08 20:21:04 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2021-05-13 11:03:10 +0300
commit0b2a7300c039e30d3a7430d6f77dc204876eac4b (patch)
tree8bb98754ec9535e81ca2f5dec7cec0c5ebf2a14d /docs
parent204abd0e859debe93b95d53b59e7f4038d2d0354 (diff)
downloadmeson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.zip
meson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.tar.gz
meson-0b2a7300c039e30d3a7430d6f77dc204876eac4b.tar.bz2
Set up VS environment automatically when run.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/vsenv.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/markdown/snippets/vsenv.md b/docs/markdown/snippets/vsenv.md
new file mode 100644
index 0000000..96d3979
--- /dev/null
+++ b/docs/markdown/snippets/vsenv.md
@@ -0,0 +1,8 @@
+## Automatically set up Visual Studio environment
+
+When Meson is run on Windows it will automatically set up the
+environment to use Visual Studio if no other compiler toolchain
+can be detected. This means that you can run Meson commands from
+any command prompt or directly from any IDE. This sets up the
+64 bit native environment. If you need any other, then you
+need to set it up manually as before.