Skip to content

Ver 6.2.8

Latest
Compare
Choose a tag to compare
@davidbannon davidbannon released this 25 Apr 10:47
· 5 commits to master since this release

Download LibQt6Pas Pre-Built Packages

Packages for libQt6Pas, the Qt6 libraries used, eg with Lazarus and Qt6 on Linux. So far we have x86_64 Debs, RPMs and a tarball for the brave, (all tested) I hope to add a few more platforms if people ask.

Install
In all cases, its suggested you download the right package and install on the command line. eg

Deb based system

$> sudo apt install ./libqt6pas6_6.2.8-1_amd64.deb
or
$> sudo apt install ./libqt6pas6_6.2.8-1_amd64.deb ./libqt6pas-dev_6.2.7-1_amd64.deb

RPM based system

$> sudo dnf localinstall ./libqt6pas6-6.2.8-1.x86_64.rpm
or
$> sudo dnf localinstall ./libqt6pas6-6.2.8-1.x86_64.rpm ./libqt6pas6-dev_6.2.7-1_amd64.deb

Note : some RPM users, particularly OpenSUSE will need to register the key file that the RPM packages were signed with. I use the same keyfile as my tomboy-ng project, details here - https://github.com/tomboy-notes/tomboy-ng/wiki/Download_Release#opensuse
Prior to April 2024, some RPM packages here were unsigned, my apologies !

Note:
You might need to click the black triangle next to the word "Assets" to see what you are looking for.