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 and for arm64, aarch64 debs, (all tested). I hope to add a few more platforms shortly.
Whats new ?
- Fixed wrong QFontMetricsF_forizontalAdvance() output (2024-11-15)
- Fixed bug in bindings (2024-11-21)
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.10-1_amd64.deb
or
$> sudo apt install ./libqt6pas6_6.2.10-1_amd64.deb ./libqt6pas-dev_6.2.7-1_amd64.deb
RPM based system
$> sudo dnf localinstall ./libqt6pas6-6.2.10-1.x86_64.rpm
or
$> sudo dnf localinstall ./libqt6pas6-6.2.10-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.