diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2024-09-29 14:20:36 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2024-09-29 14:22:09 -0400 |
| commit | 790c43debe884ddd9fea4f73e6da4b0cc07fe934 (patch) | |
| tree | 66df5688b768214d0071c0e370d45e7cfae73acf /docs | |
| parent | 83b2968118ca6dae1444267b2651d2d9a2efd07f (diff) | |
| download | meson-790c43debe884ddd9fea4f73e6da4b0cc07fe934.tar.gz | |
docs: update the Visual Studio guide for the post-0.59 era with automatic vsenv
For many years now, meson hasn't required manually entering a Visual
Studio command prompt but has autodetected it. This confuses some
readers of this outdated documentation into thinking it is much harder
than it is.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/markdown/Using-with-Visual-Studio.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/markdown/Using-with-Visual-Studio.md b/docs/markdown/Using-with-Visual-Studio.md index 2680e8baf..c6a0806a5 100644 --- a/docs/markdown/Using-with-Visual-Studio.md +++ b/docs/markdown/Using-with-Visual-Studio.md @@ -5,9 +5,17 @@ short-description: How to use Meson in Visual Studio # Using with Visual Studio In order to generate Visual Studio projects, Meson needs to know the -settings of your installed version of Visual Studio. The only way to -get this information is to run Meson under the Visual Studio Command -Prompt. +settings of your installed version of Visual Studio. + + +The traditional way to get this information is to run Meson (or any build +system) under the Visual Studio Command Prompt. + +If no Visual Studio Command Prompt was detected, and no mingw compilers are +detected either, meson will attempt to find "a" Visual Studio installation for +you automatically, by asking Microsoft's "vswhere" program. If you want to +ignore mingw compilers, pass the `--vsenv` option on the meson command line. +If you need to guarantee a specific Visual Studio version, set it up manually. You can always find the Visual Studio Command Prompt by searching from the Start Menu. However, the name is different for each Visual Studio |
