Build from source
Prerequisites
- Cargo
- The minimum supported Rust version (MSRV) is
1.74.1
.
- The minimum supported Rust version (MSRV) is
Instructions
- Clone the repository.
git clone https://github.com/orhun/binsidercd binsider/
- Build.
CARGO_TARGET_DIR=target cargo build --release
Binary will be located at target/release/binsider
.