This project ships a Nix flake that provides both a build and a development environment. The simplest way to install is with Nix flakes.
Important
ld-decode-tool is depreciated - please use the decode-orc project instead.
- Nix with flakes enabled.
- Ensure
experimental-features = nix-command flakesis set in your Nix config.
- Ensure
nix profile install .#This installs the tools into your Nix profile (for example, ~/.nix-profile/bin).
nix build .#The build output will be available under ./result.
./result/bin/ld-analyseReplace ld-analyse with any other tool from the suite.
- The flake pins all required dependencies, including Qt6, FFmpeg, FFTW, SQLite, and OpenGL.
- Build metadata (branch/commit) is set by the flake during the build.