From 1224d6bca9fabdc66a96872ab6eee7c9f9e7005a Mon Sep 17 00:00:00 2001 From: Feng Yu Date: Sun, 29 May 2022 18:01:49 +0800 Subject: [PATCH] doc: fix Visual Studio 2019 download link --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 1e36403f53e454..4ea8bd82199e03 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -566,9 +566,9 @@ to run it again before invoking `make -j4`. * [Python 3.10](https://www.microsoft.com/en-us/p/python-310/9pjpw5ldxlz5) * The "Desktop development with C++" workload from - [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or + [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2019-and-other-products) or the "C++ build tools" workload from the - [Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019), + [Build Tools](https://aka.ms/vs/16/release/vs_buildtools.exe), with the default optional components * Basic Unix tools required for some tests, [Git for Windows](https://git-scm.com/download/win) includes Git Bash