Revert 99eb1790167760efe19b561dc23711b101160f5e...08e8bd9e818ad2e43a06baf2ef887bb5d514c79e on Building for Windows

SachinVin 2021-12-14 23:45:22 +05:30
parent 08e8bd9e81
commit 779d1ff85c

@ -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**. * **[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. * **[CMake](https://linkify.me/bNxcVTr)** - Used to generate Visual Studio project files.
![2](http://i.imgur.com/vSIXMHd.jpg) ![2](http://i.imgur.com/vSIXMHd.jpg)
* **Git** - We recommend [msysgit](https://linkify.me/mCjOoKG). * **Git** - We recommend [msysgit](https://linkify.me/Dr2UPqT).
![3](http://i.imgur.com/joCBhIB.jpg) ![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. * 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.