Skip to content

qt-multiplier 3c8e2e1

Choose a tag to compare

@github-actions github-actions released this 15 Apr 20:17
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
3c8e2e1

Built against multiplier 6ed2e1e

Install

Ubuntu 24.04 (DEB):

sudo apt install ./multiplier-1.2.0_1.linux_x86_64.deb
sudo ldconfig

Portable (any Linux):

tar -xf qt-multiplier-6ed2e1e-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"