aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/vsenv.md
blob: 96d3979077ab0a219816034ef1c2f35313ee6677 (plain)
1
2
3
4
5
6
7
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.