File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
96874 . Install [ Python 3.11] ( https://www.python.org/downloads/windows/ ) .
You can’t perform that action at this time.
0 commit comments