mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:10:08 +00:00
Update to include Vulkan SDK
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**.
|
||||
* **[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\<user-name>\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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user