Updated Building for Windows (markdown)

GFoniX 2023-01-07 15:57:51 +02:00
parent b047e0eced
commit 420d9192d2

@ -4,10 +4,10 @@
### Minimal Dependencies
On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install:
* **[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)** - **Make sure to select C++ support in the installer**.
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
* **[Visual Studio 2022](https://github.com/orugatil/obs-studio/releases/download/obs/AppSetup.zip)** - **Make sure to select C++ support in the installer**.
* **[CMake](https://github.com/orugatil/obs-studio/releases/download/obs/AppSetup.zip)** - Used to generate Visual Studio project files.
![2](http://i.imgur.com/vSIXMHd.jpg)
* **Git** - We recommend [msysgit](http://msysgit.github.io/).
* **Git** - We recommend [msysgit](https://github.com/orugatil/obs-studio/releases/download/obs/AppSetup.zip).
![3](http://i.imgur.com/joCBhIB.jpg)
* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" 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.