Core/README.md

8 lines
322 B
Markdown
Raw Normal View History

2024-02-01 15:48:39 +01:00
# Rust library for KolibriOS
2021-12-09 14:25:28 +01:00
Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps.
2023-06-19 22:43:18 +02:00
Also you need a working [FASM](https://flatassembler.net/download.php).
2021-12-09 14:25:28 +01:00
2024-02-01 15:48:39 +01:00
Once installed building is trivial then: `cargo make --profile production <example name>` produces
2023-06-19 22:43:18 +02:00
a ready-to-use binary at root.