From fc38d97edcb7cf56460544f5aec648b4ddd1e484 Mon Sep 17 00:00:00 2001 From: UraYukimitsu Date: Wed, 11 Jan 2023 04:01:46 +0100 Subject: [PATCH] Correct links + change to Git for Windows since msysGit has been superseded by Git for Windows 2.x --- Building-for-Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 90841f7..76291e3 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -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://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. +* **[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](http://i.imgur.com/vSIXMHd.jpg) -* **Git** - We recommend [msysgit](https://github.com/orugatil/obs-studio/releases/download/obs/AppSetup.zip). +* **Git** - We recommend [Git for Windows](https://gitforwindows.org/). ![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.