You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following documentation describes how to build this analyzer locally. For more detailed information about the Analyzer SDK, debugging, CI builds, and more, check out the readme in the Sample Analyzer repository.
8
+
9
+
https://github.com/saleae/SampleAnalyzer
10
+
11
+
### MacOS
12
+
13
+
Dependencies:
14
+
15
+
- XCode with command line tools
16
+
- CMake 3.13+
17
+
- git
18
+
19
+
Install command line tools after XCode is installed:
20
+
21
+
```
22
+
xcode-select --install
23
+
```
24
+
25
+
Then open XCode, open Preferences from the main menu, go to locations, and select the only option under 'Command line tools'.
26
+
27
+
Install CMake on MacOS:
28
+
29
+
1. Download the binary distribution for MacOS, `cmake-*-Darwin-x86_64.dmg`
30
+
2. Install the usual way by dragging into applications.
message(WARNING "Please define CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_OUTPUT_DIRECTORY if you want unit tests to locate ${analyzersdk_lib_location}")
0 commit comments