- Install rustup (and rust, by default)
curl https://sh.rustup.rs -sSf | sh
- If it's your first rust install, put rust executables on your PATH with
source $HOME/.cargo/env
- Clone the repo
- Navigate to the project's root directory
- Run
cargo build
to install crates and compile the project source - Run `cargo