Installation
Prerequisites
Section titled “Prerequisites”- Rust (edition 2021+)
- A C compiler (for libgit2 and tree-sitter native code)
Quick install
Section titled “Quick install”git clone https://github.com/JashT14/symtrace.gitcd symtracecargo install --path .This places symtrace in your Cargo bin directory (~/.cargo/bin/).
Build from source
Section titled “Build from source”cargo build --releaseBinary location: target/release/symtrace (.exe on Windows).
Production build scripts
Section titled “Production build scripts”These run clean, format, lint, test, and release in one step:
./build.sh production # macOS / Linux.\build.ps1 -Target production # Windowsmake production # GNU MakeVerify
Section titled “Verify”symtrace --version