Skip to content

Linux installation

Linux installation is performed using appImage. The pre-compiled installation package is here:

ld-decode release

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):

./ld-decode-*.AppImage [arguments]

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:

ln -s ld-decode-*.AppImage ld-ldf-reader-py
./ld-ldf-reader-py [arguments]