-
Notifications
You must be signed in to change notification settings - Fork 88
Prerequisites
Stefan Lankes edited this page Dec 7, 2021
·
4 revisions
The Rust toolchain can be installed from the official webpage. RustyHermit currently requires the nightly versions of the toolchain.
$ rustup default nightly
Further requirements are the source code of the Rust runtime, cargo-download, and llvm-tools:
$ cargo install cargo-download
$ cargo install cargo-binutils
$ rustup component add rust-src
$ rustup component add llvm-tools-preview