Skip to content

qt-multiplier a6369d5

Latest

Choose a tag to compare

@github-actions github-actions released this 06 May 17:14
Immutable release. Only release title and notes can be modified.

Built against multiplier 3d07cd5

Install

Ubuntu 24.04 (DEB):

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

Portable (any Linux):

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