mirror of
https://github.com/stacksmashing/LPCClocklessAnalyzer.git
synced 2026-01-30 19:08:38 +03:00
added git as a prereq to the readme, since CMake needs it to download the AnalyzerSDK repo.
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user