From 3d25a90eb0b436a145e556840c049413e74d23a9 Mon Sep 17 00:00:00 2001 From: shuffle2 Date: Thu, 25 Nov 2021 08:52:03 -0800 Subject: [PATCH] Revert e97b3faf3680ca30d46544e4c4bc1a3a8bc245d5...b908f69585af5e4b177565e61f7c0cd0d6498395 on Building for Windows --- Building-for-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 80d4651..9c96e77 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -1,9 +1,9 @@ ## Prerequisites -- [Visual Studio 2022](https://linkify.me/7QvL36E) +- [Visual Studio 2022](https://www.visualstudio.com/downloads/) - You can use any edition of VS (Community Edition is free) - Easiest to just choose "Desktop development with C++" workload - However, minimum required to get source and build are: - - Git for Windows (Note: [The standalone git installer](https://linkify.me/qCJsTe8) is more recent and is compatible with VS) + - Git for Windows (Note: [The standalone git installer](https://git-scm.com/download/win) is more recent and is compatible with VS) - C++ core features - Latest MSVC C++ build tools (x64/x86 and/or ARM64) - Latest Windows SDK