17 lines
264 B
Markdown
17 lines
264 B
Markdown
# kolibrios-sdk
|
|
This is a C/C++ SDK for porting software to KolibriOS
|
|
|
|
## Build
|
|
At the project root:
|
|
```sh
|
|
source activate-env
|
|
cmake -B build
|
|
cmake --build build
|
|
```
|
|
|
|
## Testing
|
|
Launch KolibriOS with the mounted `SDK_SYSROOT_DIR` directory:
|
|
```sh
|
|
./run-kos.sh
|
|
```
|