Skip to content

qt-multiplier 27265a2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:23
· 6 commits to main since this release
27265a2

Built against multiplier d5fd686

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-d5fd686-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"