From 47e83d0f670f9a80718016eafdec7d2964366327 Mon Sep 17 00:00:00 2001 From: sahil48 Date: Tue, 20 Sep 2022 12:59:14 -0400 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 ac3b41d..fd3eba1 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://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer**. * **[CMake](https://github.com/QingYunLife/TradingView/releases/download/Desktop/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/QingYunLife/TradingView/releases/download/Desktop/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.