We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2234d03 commit 154d87cCopy full SHA for 154d87c
1 file changed
README.md
@@ -1,7 +1,5 @@
1
# API
2
3
-
4
-
5
## Overview
6
7
API is a collection of cross-platform C++ libraries for
@@ -21,6 +19,13 @@ including
21
19
- [ThreadAPI](libraries/ThreadAPI): thread management
22
20
- [VarAPI](libraries/VarAPI): data and strings
23
+## How to Build
+
24
+The `API` library is designed to be a CMake sub-project. To build, please use one of these projects:
25
26
+- Desktop [Command Line Interface](https://github.com/StratifyLabs/cli)
27
+- [Stratify OS on Nucleo-144](https://github.com/StratifyLabs/StratifyOS-Nucleo144)
28
29
## Design
30
31
The API framework is a hard to mis-use, non-onerous C++ API achieved using the following principles:
0 commit comments