From 700649286351e763ff1263867e962a20e60987fc Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 26 Jul 2024 12:49:57 +0200 Subject: [PATCH] replace "Preview" in the MSVC vcvarsall path with "Community" --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 1b04165c7..ffb4659d8 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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).