You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,25 +60,24 @@ The following dependencies need to be installed on your system:
60
60
61
61
*[Python](https://www.python.org/), version 3.7, 32 bit
62
62
* Use latest minor version if possible.
63
-
* Microsoft Visual Studio 2019 or 2022:
64
-
* To replicate the production build environment, use the [version of Visual Studio 2019 that AppVeyor is using](https://www.appveyor.com/docs/windows-images-software/#visual-studio-2019).
65
-
* When you do not use the Visual Studio IDE itself, you can download the [build tools](https://aka.ms/vs/16/release/vs_BuildTools.exe)
66
-
* When you are intending to use the Visual Studio IDE (not required for NVDA development), you can download [the community version](https://aka.ms/vs/16/release/vs_Community.exe), which is also used by appveyor
63
+
* Microsoft Visual Studio 2022:
64
+
* To replicate the production build environment, use the [version of Visual Studio 2022 that AppVeyor is using](https://www.appveyor.com/docs/windows-images-software/#visual-studio-2022).
65
+
* When you do not use the Visual Studio IDE itself, you can download the [build tools](https://aka.ms/vs/17/release/vs_BuildTools.exe)
66
+
* When you are intending to use the Visual Studio IDE (not required for NVDA development), you can download [the community version](https://aka.ms/vs/17/release/vs_Community.exe), which is also used by appveyor
67
67
* The Professional and Enterprise versions are also supported
68
68
* Preview versions are *not* supported
69
-
* Building with Visual Studio 2022 explicitly requires the MSVC v142 - VS 2019 C++ build tools to be installed (see below)
70
69
* When installing Visual Studio, you need to enable the following:
71
70
* In the list on the Workloads tab
72
71
* in the Windows grouping:
73
72
* Desktop development with C++
74
73
* Then in the Installation details tree view, under Desktop for C++, Optional, ensure the following are selected:
75
-
* MSVC v142 - VS 2019 C++ x64/x86 build tools
76
-
* Windows 11 SDK (10.0.22000.0)
77
-
* C++ ATL for v142 build tools (x86 & x64)
74
+
* MSVC v143 - VS 2022 C++ x64/x86 build tools
75
+
* Windows 11 SDK (10.0.22621.0)
76
+
* C++ ATL for v143 build tools (x86 & x64)
78
77
* C++ Clang tools for Windows
79
78
* On the Individual components tab, ensure the following items are selected:
0 commit comments