Building from source
Prerequisites
Building with cargo
If you have rustup installed, you can install Hexerator with cargo.
$ cargo install hexerator --git https://github.com/crumblingstatue/hexerator.git --tag v0.3.0
Building manually
- Get the latest source zip or tarball from the releases page.
- Extract the source somewhere
- Ensure you're using an up-to-date nightly rust. Hexerator is using nightly Rust for the time being.
- Open up a terminal, and change to the directory where you extracted Hexerator.
- Run
cargo build --release
- There will be a hexerator binary built in the
target/release
directory.
If you run into trouble you can't seem to solve, you can ask for help at https://github.com/crumblingstatue/hexerator/discussions.