Browse Source

replace "Preview" in the MSVC vcvarsall path with "Community"

tags/v0.3.28^2
Martin Kroeker GitHub 1 year ago
parent
commit
7006492863
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/install.md

+ 1
- 1
docs/install.md View File

@@ -245,7 +245,7 @@ newer installed.
On Windows 11 with Visual Studio 2022, this would be done by invoking:
```shell
"c:\Program Files\Microsoft Visual Studio\2022\Preview\vc\Auxiliary\Build\vcvars64.bat"
"c:\Program Files\Microsoft Visual Studio\2022\Community\vc\Auxiliary\Build\vcvars64.bat"
```
With VS2019, the command should be the same (except for the year number of course).


Loading…
Cancel
Save