docs: Added prepare section to README

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2025-12-23 21:30:32 +03:00
parent 2ca56e5f82
commit 7497978ebe

View File

@@ -1,6 +1,9 @@
# 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:
```sh