Update to include Vulkan SDK

Tobias 2023-07-05 01:40:22 +02:00
parent 720ea30f92
commit 47ab437380

@ -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**. * **[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. * **[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) ![2](http://i.imgur.com/vSIXMHd.jpg)
* **Git** - We recommend [Git for Windows](https://gitforwindows.org/). * **Git** - We recommend [Git for Windows](https://gitforwindows.org/).
![3](http://i.imgur.com/joCBhIB.jpg) ![3](http://i.imgur.com/joCBhIB.jpg)
@ -64,6 +65,7 @@ NOTE: Citra by default downloads to `C:\Users\<user-name>\citra`
#### Prerequisites to install #### Prerequisites to install
* [MSYS2](http://msys2.github.io/) * [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. Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.