Skip to content

Commit

Permalink
Merge pull request #4818 from martin-frbg/docs_winbuild
Browse files Browse the repository at this point in the history
[Docs] replace "Preview" in the MSVC vcvarsall path example
  • Loading branch information
martin-frbg authored Jul 26, 2024
2 parents 25e148e + 7006492 commit 0929865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 0929865

Please sign in to comment.