Skip to content

Commit d7d1238

Browse files
authored
Update README.md
1 parent fd7cbaf commit d7d1238

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,29 @@ in a visual format that is easy to understand and manipulate.
1717
### Visual Studio 2017
1818

1919
* *Community*, *Professional* or *Enterprise* Edition
20-
* VC++ 2017 v141 toolset
20+
* VC++ 2017 latest v141 tools
21+
* Visual C++ compilers and libraries for (ARM, ARM64)
2122
* Windows XP support for C++
22-
* MFC and ATL support
23+
* Visual C++ MFC for (x86 and x64, ARM, ARM64)
24+
* Visual C++ ATL for (x86 and x64, ARM, ARM64)
2325
* Windows 10 SDK
2426

2527
### Visual Studio 2019
2628

2729
* *Community*, *Professional* or *Enterprise* Edition
28-
* MSVC v142 Buildtools
29-
* C++ MFC for v142 Buildtools
30+
* MSVC v142 - VS 2019 C++ (x64/x86, ARM, ARM64) build tools (Latest)
31+
* C++ MFC for latest v142 build tools (x86 & x64, ARM, ARM64)
32+
* C++ ATL for latest v142 build tools (x86 & x64, ARM, ARM64)
3033
* Windows 10 SDK
3134

35+
### Visual Studio 2022
36+
37+
* *Community*, *Professional* or *Enterprise* Edition
38+
* MSVC v143 Buildtools (x64/x86, ARM, ARM64)
39+
* C++ MFC for latest v143 build tools (x64/x86, ARM, ARM64)
40+
* C++ ATL for latest v143 build tools (x64/x86, ARM, ARM64)
41+
* Windows 10 SDK
42+
3243
### Other utilities/programs
3344

3445
* git
@@ -45,7 +56,7 @@ cd winmerge
4556
git submodule init
4657
git submodule update
4758
DownloadDeps.cmd
48-
BuildAll.vs2019.cmd or BuildAll.vs2017.cmd
59+
BuildAll.vs2022.cmd [x86|x64|ARM|ARM64] or BuildAll.vs2019.cmd [x86|x64|ARM|ARM64] or BuildAll.vs2017.cmd [x86|x64|ARM|ARM64]
4960
~~~
5061

5162
## Folder Structure

0 commit comments

Comments
 (0)