From 47ab4373802ed7c51e9eeec1af3ce5885f6b5cfe Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 5 Jul 2023 01:40:22 +0200 Subject: [PATCH] Update to include Vulkan SDK --- Building-for-Windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 870ba8c..30e3126 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -6,6 +6,7 @@ On Windows, all library dependencies are automatically included within the "exte * **[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)** - **Make sure to select C++ support in the installer**. * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. +* **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** ![2](http://i.imgur.com/vSIXMHd.jpg) * **Git** - We recommend [Git for Windows](https://gitforwindows.org/). ![3](http://i.imgur.com/joCBhIB.jpg) @@ -64,6 +65,7 @@ NOTE: Citra by default downloads to `C:\Users\\citra` #### Prerequisites to install * [MSYS2](http://msys2.github.io/) + * [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) - **Make sure to select Latest SDK.** Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.