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
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,17 @@ The JsonAPI uses the Stratify Labs [API framework](https://github.com/StratifyLa
9
9
- Thread Local Error Contexts
10
10
- Method Chaining
11
11
- Filesystem Inspired Abstraction
12
-
- Strong Arugments
12
+
- Strong Arguments
13
13
- RAII Everywhere
14
14
15
15
More details of these principles are available at https://github.com/StratifyLabs/API.
16
16
17
17
## Building
18
18
19
-
The JsonAPI is designed to be built as part of an SDK super project. Instructions for building art at the [SDK API project](https://github.com/StratifyLabs/SdkAPI).
19
+
The `JsonAPI` library is designed to be a CMake sub-project. To build, please use one of these projects:
20
+
21
+
- Desktop [Command Line Interface](https://github.com/StratifyLabs/cli)
22
+
-[Stratify OS on Nucleo-144](https://github.com/StratifyLabs/StratifyOS-Nucleo144)
0 commit comments