Update README.md
This commit is contained in:
parent
ab3db879d2
commit
b25d5edca7
@ -1,7 +1,7 @@
|
|||||||
# Hello-world example for KolibriOS
|
# Rust library for KolibriOS
|
||||||
|
|
||||||
Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps.
|
Project uses [cargo-make](https://github.com/sagiegurari/cargo-make) for building steps.
|
||||||
Also you need a working [FASM](https://flatassembler.net/download.php).
|
Also you need a working [FASM](https://flatassembler.net/download.php).
|
||||||
|
|
||||||
Once installed building is trivial then: `cargo objcopy --release --example hwa -- -O binary --binary-architecture=i386:x86 rust.kex` produces
|
Once installed building is trivial then: `cargo make --profile production <example name>` produces
|
||||||
a ready-to-use binary at root.
|
a ready-to-use binary at root.
|
||||||
|
Loading…
Reference in New Issue
Block a user