Skip to content

qt-multiplier b57bd7d

Choose a tag to compare

@github-actions github-actions released this 14 Apr 22:47
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.
b57bd7d

Built against multiplier c620dcc

Install

Ubuntu 24.04 (DEB):

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

Portable (any Linux):

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