516 B
516 B
Build Directions
EASY METHOD
- Install nix
- Run
nix-shell
in the XeOS folder - Run
cargo xbuild
in the XeOS folder
Less easy method
$ rustup install nightly-2020-04-08
$ rustup default nightly-2020-04-08
$ cargo install cargo-xbuild
$ cargo install bootloader
$ cargo xbuild
Other versions of Rust might work, but the version listed in
rust.nix
is the most accurate.