-
Clone this repo
-
Install Rust and execute this commands in main catalogue of repo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default nightly-2020-06-07
rustup component add rust-src llvm-tools-preview clippy rustfmt
cargo install cargo-xbuild cargo-binutils
-
You need docker installed and configured
-
Compile by use of
make
or run in qemu bymake qemu
provided you have Docker installed.