From c29ff0d9781b00b825e598ef9533a22efcd9e799 Mon Sep 17 00:00:00 2001 From: Valentin-Gabriel Radu Date: Fri, 19 Nov 2021 11:37:33 +0200 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling.md b/Compiling.md index 8928ee7..dc513f5 100644 --- a/Compiling.md +++ b/Compiling.md @@ -13,7 +13,7 @@ The following prerequisites are necessary in order to compile this project: Download either of those [here](http://go.microsoft.com/fwlink/p/?LinkId=840931). The guide assumes you have installed either Visual Studio 2019 or 2022, either Build Tools for Visual Studio 2019 or 2022. -* A recent version of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/) - for development, version 10.0.19041.0 was used, available [here](https://go.microsoft.com/fwlink/p/?linkid=2120843) (this may also be offered as an option when installing Visual Studio) +* A recent version of the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/) - for development, version 10.0.19041.0 is used, available [here](https://go.microsoft.com/fwlink/p/?linkid=2120843) (this may also be offered as an option when installing Visual Studio). The automated infrastructure usually uses the latest SDk available, currently 10.0.22000. * [CMake](https://cmake.org/) - for easier usage, make sure to have it added to PATH during installation