Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 385 Bytes

BUILD.md

File metadata and controls

10 lines (7 loc) · 385 Bytes

Building the Geobacter Rust Compiler

In a checkout of Geobacter, run: cargo run --manifest-path rust-builder/Cargo.toml -- --target-dir ../geobacter-rust-build. This will automatically checkout the Geobacter Rust sources, setup a config with the specific options we need, build Geobacter's Rust fork, and then setup rustup with a local toolchain named geobacter.

That's it!