Skip to content

Commit b019ff6

Browse files
Stinkfist0aothms
authored andcommitted
build-deps.cmd: fix URL for Git download (TortoiseGit doesn't contain Git)
1 parent 4c6ca83 commit b019ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ call "%~dp0\utils\cecho.cmd" 0 10 "Requirements for a successful execution:"
561561
echo 1. Install PowerShell (preinstalled in Windows ^>= 7) and make sure 'powershell' is accessible from PATH.
562562
echo - https://support.microsoft.com/en-us/kb/968929
563563
echo 2. Install Git and make sure 'git' is accessible from PATH.
564-
echo - http://code.google.com/p/tortoisegit/
564+
echo - https://git-for-windows.github.io/
565565
echo 3. Install CMake and make sure 'cmake' is accessible from PATH.
566566
echo - http://www.cmake.org/
567567
echo 4. Visual Studio 2008 or newer (2013 or newer recommended) with C++ toolset.

0 commit comments

Comments
 (0)