Skip to content

Commit 524159a

Browse files
ovflowdtargos
andauthored
Apply suggestions from code review
Co-authored-by: Michaël Zasso <targos@protonmail.com>
1 parent 5fe9f42 commit 524159a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BUILDING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ to run it again before invoking `make -j4`.
576576

577577
* [Python 3.11](https://apps.microsoft.com/store/detail/python-311/9NRWMJP3717K)
578578
* 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
580580
the "C++ build tools" workload from the
581581
[Build Tools](https://aka.ms/vs/17/release/vs_buildtools.exe),
582582
with the default optional components
@@ -590,12 +590,12 @@ to run it again before invoking `make -j4`.
590590

591591
Optional requirements to build the MSI installer package:
592592

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/)
594594
* This component can be installed via the Visual Studio Installer Application
595595

596596
Optional requirements for compiling for Windows 10 on ARM (ARM64):
597597

598-
* Visual Studio 17.4.0 or newer
598+
* Visual Studio 17.6.0 or newer
599599
* Visual Studio optional components
600600
* Visual C++ compilers and libraries for ARM64
601601
* Visual C++ ATL for ARM64

tools/bootstrap/windows_boxstarter

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
choco install git -params /GitAndUnixToolsOnPath -y
1717
choco install python3 -y
1818

19-
# Installs VS 2019 Build Tools
19+
# Installs VS 2022 Build Tools
2020
choco install visualstudio2022buildtools -y
2121
choco install visualstudio2022-workload-vctools -y --params="--add Microsoft.VisualStudio.Component.VC.Tools.ARM64 --add Microsoft.VisualStudio.Component.VC.ATL.ARM64"
2222

0 commit comments

Comments
 (0)