Skip to content

Commit 1c2670b

Browse files
authored
doc: Remove MFC and other unnecessary components from Windows installation steps (#626)
* doc: Remove MFC from installation steps Signed-off-by: Euclid Ye <[email protected]> * Remove more unnecessary/duplicate entries Signed-off-by: Euclid Ye <[email protected]> --------- Signed-off-by: Euclid Ye <[email protected]>
1 parent 060888d commit 1c2670b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,26 +71,17 @@ export LIBCLANG_PATH=/usr/lib/clang/4.0/lib
7171

7272
- Windows 10 SDK
7373
- ATL
74-
- MFC
7574

7675
To install these dependencies from the command line, you can download
7776
[vs_buildtools.exe](https://aka.ms/vs/17/release/vs_buildtools.exe)
7877
and run the following command:
7978

8079
```
8180
vs_BuildTools.exe^
82-
--add Microsoft.Component.MSBuild^
83-
--add Microsoft.VisualStudio.Component.CoreBuildTools^
8481
--add Microsoft.VisualStudio.Workload.MSBuildTools^
8582
--add Microsoft.VisualStudio.Component.Windows11SDK^
86-
--add Microsoft.VisualStudio.Component.VC.CoreBuildTools^
8783
--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64^
88-
--add Microsoft.VisualStudio.Component.VC.Redist.14.Latest^
8984
--add Microsoft.VisualStudio.Component.VC.ATL^
90-
--add Microsoft.VisualStudio.Component.VC.ATLMFC^
91-
--add Microsoft.VisualStudio.Component.VC.CoreIde^
92-
--add Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core^
93-
--add Microsoft.VisualStudio.Workload.VCTools
9485
```
9586

9687
4. Install [Python 3.11](https://www.python.org/downloads/windows/).

0 commit comments

Comments
 (0)