Skip to content

V1.2.16

Latest
Compare
Choose a tag to compare
@davidbannon davidbannon released this 24 Nov 08:40
· 3 commits to master since this release

An unofficial repository of libQt5Pas libraries to help fill in until the distros catch up.

Whats here
So far, x86_64, i686 (ie 32bit) armhf and arm64 (ie aarch64) versions available, debs, rpm and tgz

Note : If you are using a current Arch Linux, Debian Trixie (13) or Ubuntu 24.04/24.10 or Fedora 41 you don't need the Qt5 libraries, the ones in your distro repo will be fine. Probably (1.2.16 is slightly newer that the ones in the distros mentioned above so, its just possible you may need that recent update.

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


Please advise if they do not appear to install or work as expected.

Care is needed in selecting the right package or packages. Some help

  • Packages with -devel or -dev in their names are development packages, only needed if you are compiling (using Lazarus and FPC) apps. If you are just using an app built elsewhere, you don't need a development package.
  • The packages with x86_64 or amd64 in their names are for Intel/AMD 64 bit systems.
  • The packages with i386 (debs) or i686 (RPMs) and for Intel 32bit systems.
  • The packages with armv7l in their names are for 32bit arm chips such as (early) Raspberry Pi.
  • The packages ending in .rpm are for Fedora and other rpm dependent systems.
  • The packages ending in .deb are for Debian, Ubuntu, Mint and other deb based systems.
  • The packages ending in tar.gz are contain just a binary library, they are for experienced Linux users who will untar the file and manually put the library in the right place. See the targz.readme.

Github like to hide the files offered here (no, I don't know why), so if you don't see what you need, click the small black triangle.

Davo