Linux installation¶
Linux installation is performed using appImage. The pre-compiled installation package is here:
Download the appImage which will have a filename similar to ld-decode-dev-x86_64.AppImage
This AppImage contains all required ld-decode tools:
- ld-decode
- ld-ldf-reader-py
Usage¶
Run ld-decode (default):
Access other tools by adding them to your PATH:
./ld-decode-*.AppImage --appimage-extract
export PATH="$PWD/squashfs-root/usr/bin:$PATH"
ld-ldf-reader-py [arguments]
Or create symlinks: