From 0b2a7300c039e30d3a7430d6f77dc204876eac4b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 8 May 2021 20:21:04 +0100 Subject: Set up VS environment automatically when run. --- docs/markdown/snippets/vsenv.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/vsenv.md (limited to 'docs') 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. -- cgit v1.1