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.