Updated Building for Windows (markdown)

kndre 2021-11-27 04:26:17 +02:00
parent 99eb179016
commit 08e8bd9e81

@ -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.