Updated Building for Windows (markdown)

Steveice10 2024-02-26 10:27:57 -08:00
parent 56b6e2c7be
commit 68fb153673

@ -7,7 +7,6 @@ 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.
![2](https://i.imgur.com/bUdUruA.png)
* **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.**
* **Git** - We recommend [Git for Windows](https://gitforwindows.org/).
![3](https://i.imgur.com/Na1YrHO.png)
* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Git from the command line and also from 3rd-party software" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable.
@ -76,7 +75,6 @@ _(Note: Citra by default downloads to `C:\Users\<user-name>\citra` (Master) or `
#### 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.