Core/README.md

9 lines
480 B
Markdown
Raw Permalink 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.
You need to install cargo-binutils: `cargo install cargo-binutils` and llvm-tools-preview: `rustup component add llvm-tools-preview` to make it work.
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
Once installed building is trivial then: `cargo make --profile production example <example name>` produces
2023-06-19 22:43:18 +02:00
a ready-to-use binary at root.