Files
ports/README.md
2025-12-23 21:48:01 +03:00

376 B

kolibrios-sdk

This is a C/C++ SDK for porting software to KolibriOS

Prepare

Install packages texinfo, isl-devel, gmp-devel, mpfr-devel, libmpc-devel for your system.

Build

At the project root:

source activate-env
cmake -B build
cmake --build build

Testing

Launch KolibriOS with the mounted SDK_SYSROOT_DIR directory:

./run-kos.sh