Skip to content

Building

Jason Reilly edited this page May 3, 2023 · 7 revisions

This project uses a nightly feature from std Rust, so a nightly install is required. To install Rust nightly, run the following:

rustup default nightly

If you need to switch back to stable:

rustup default stable

Once the nightly version of Rust is installed, run:

cargo build --release
Clone this wiki locally