File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ to run it again before invoking `make -j4`.
576
576
577
577
* [ Python 3.11] ( https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K )
578
578
* The "Desktop development with C++" workload from
579
- [ Visual Studio 2022] ( https://visualstudio.microsoft.com/vs / ) or
579
+ [ Visual Studio 2022] ( https://visualstudio.microsoft.com/downloads / ) or
580
580
the "C++ build tools" workload from the
581
581
[ Build Tools] ( https://aka.ms/vs/17/release/vs_buildtools.exe ) ,
582
582
with the default optional components
@@ -590,12 +590,12 @@ to run it again before invoking `make -j4`.
590
590
591
591
Optional requirements to build the MSI installer package:
592
592
593
- * The .NET SDK component from [ Visual Studio 2022] ( https://visualstudio.microsoft.com/vs / )
593
+ * The .NET SDK component from [ Visual Studio 2022] ( https://visualstudio.microsoft.com/downloads / )
594
594
* This component can be installed via the Visual Studio Installer Application
595
595
596
596
Optional requirements for compiling for Windows 10 on ARM (ARM64):
597
597
598
- * Visual Studio 17.4 .0 or newer
598
+ * Visual Studio 17.6 .0 or newer
599
599
* Visual Studio optional components
600
600
* Visual C++ compilers and libraries for ARM64
601
601
* Visual C++ ATL for ARM64
Original file line number Diff line number Diff line change 16
16
choco install git -params /GitAndUnixToolsOnPath -y
17
17
choco install python3 -y
18
18
19
- # Installs VS 2019 Build Tools
19
+ # Installs VS 2022 Build Tools
20
20
choco install visualstudio2022buildtools -y
21
21
choco install visualstudio2022-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
22
22
You can’t perform that action at this time.
0 commit comments