From a1484037f9420f27deb5ff1393875811594b9f4e Mon Sep 17 00:00:00 2001 From: Marcus10110 Date: Tue, 27 Jun 2023 08:53:14 -0700 Subject: [PATCH] added git as a prereq to the readme, since CMake needs it to download the AnalyzerSDK repo. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 6081910..dc8a569 100644 --- a/readme.md +++ b/readme.md @@ -127,6 +127,7 @@ Dependencies: - Visual Studio 2017 (or newer) with C++ - CMake 3.13+ +- git **Visual Studio 2017** @@ -143,12 +144,17 @@ Note - if CMake has any problems with the MSVC compiler, it's likely a component Download and install the latest CMake release here. https://cmake.org/download/ +**git** + +Git is required for CMake to automatically download the AnalyzerSDK, which is a dependency of this project. Git can be downloaded here: https://git-scm.com/ + ### MacOS Dependencies: - XCode with command line tools - CMake 3.13+ +- git Installing command line tools after XCode is installed: @@ -176,6 +182,7 @@ Dependencies: - CMake 3.13+ - gcc 5+ +- git Misc dependencies: