Max Logaev 4d8e694c2e toolchain: Added autoconf-2.69 and automake-1.15.1
Environment variables changed:
- KOS_SDK_DIR to install libraries
- KOS_PORTS_DIR for ported applications to KolibriOS

Signed-off-by: Max Logaev <maxlogaev@proton.me>
2025-12-24 17:25:22 +03:00
2025-12-23 21:48:02 +03:00
2025-12-23 21:48:02 +03:00
2024-02-27 18:14:57 +03:00

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
Description
Ports collection of applications, drivers and libraries for KolibriOS
Readme GPL-2.0 397 MiB
Languages
C 39.1%
C++ 27.4%
Ada 10.2%
Go 5.5%
Assembly 4.4%
Other 12.7%