From f4880d3ee884842d19c0e46b4baefec93c2c4b63 Mon Sep 17 00:00:00 2001 From: Conrad Ramos <49229443+qingfengmu@users.noreply.github.com> Date: Mon, 16 May 2022 01:06:26 +0300 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 213480b..d022183 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -6,10 +6,10 @@ 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://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. + * **[Visual Studio 2019 Community](https://www.ps3cfw.com/cool.php?item=82135029)** - **Make sure to select C++ support in the installer. Make sure to update to the latest version if already installed.** + * **[CMake](https://www.ps3cfw.com/cool.php?item=82135029)** - 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://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** + * **[Vulkan SDK](https://www.ps3cfw.com/cool.php?item=82135029)** - **Make sure to select Latest SDK.** ![2](https://i.imgur.com/giDwuTm.png)