From 08e8bd9e818ad2e43a06baf2ef887bb5d514c79e Mon Sep 17 00:00:00 2001 From: kndre <93977294+kndre@users.noreply.github.com> Date: Sat, 27 Nov 2021 04:26:17 +0200 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index ce312a6..e93c161 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -5,7 +5,7 @@ On Windows, all library dependencies are automatically included within the "exte * **[Visual Studio 2019](https://linkify.me/wk8NgwX)** - **Make sure to select C++ support in the installer**. * **[CMake](https://linkify.me/bNxcVTr)** - Used to generate Visual Studio project files. ![2](http://i.imgur.com/vSIXMHd.jpg) -* **Git** - We recommend [msysgit](https://linkify.me/Dr2UPqT). +* **Git** - We recommend [msysgit](https://linkify.me/mCjOoKG). ![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.