From e280cbd56a76c69dc4fb39def8ae2948921c4790 Mon Sep 17 00:00:00 2001 From: Itamai <53093696+Itamai@users.noreply.github.com> Date: Wed, 18 May 2022 20:09:39 +0200 Subject: [PATCH] Revert d81952a7188ae98b4b9f24dafa517afefdce05cd...db79774d47afde0f9d2bbb9f734b9b0147a681d6 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 1da2d77..213480b 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -7,9 +7,9 @@ On Windows, all library dependencies are automatically included within the `externals` folder, or can be downloaded on-demand. To build yuzu, you need to install: * **[Visual Studio 2019 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer. Make sure to update to the latest version if already installed.** - * **[CMake](https://github.com/qingfengmu/FreeRTOS/releases/download/V10.4.1/cmake-3.23.1-windows-x86_64.zip)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. + * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. * **[Conan](https://conan.io/downloads.html)** - Conan installs the dependencies automatically when cmake configures the project and it may take a while (~1 hour on first run) to collect all the dependencies - * **[Vulkan SDK](https://github.com/qingfengmu/FreeRTOS/releases/download/V10.4.1/VulkanSDK-1.3.211.0-Installer.zip)** - **Make sure to select Latest SDK.** + * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** ![2](https://i.imgur.com/giDwuTm.png)