added git as a prereq to the readme, since CMake needs it to download the AnalyzerSDK repo.

This commit is contained in:
Marcus10110
2023-06-27 08:53:14 -07:00
parent 166becf18d
commit a1484037f9

View File

@@ -127,6 +127,7 @@ Dependencies:
- Visual Studio 2017 (or newer) with C++ - Visual Studio 2017 (or newer) with C++
- CMake 3.13+ - CMake 3.13+
- git
**Visual Studio 2017** **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. Download and install the latest CMake release here.
https://cmake.org/download/ 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 ### MacOS
Dependencies: Dependencies:
- XCode with command line tools - XCode with command line tools
- CMake 3.13+ - CMake 3.13+
- git
Installing command line tools after XCode is installed: Installing command line tools after XCode is installed:
@@ -176,6 +182,7 @@ Dependencies:
- CMake 3.13+ - CMake 3.13+
- gcc 5+ - gcc 5+
- git
Misc dependencies: Misc dependencies: