1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-19 01:46:02 +00:00

GUI: DAFT: re-squash tracker examples back to 2 lines so should

always fit (wasn't on Fedora/GNONE) but make non-wrap
CMake: remove Qt6 regex detect nonsense and note must specify
  `-DZINT_QT6=ON` in "README.linux"
This commit is contained in:
gitlost
2026-01-01 18:53:30 +00:00
parent c1d5024031
commit 973594a624
4 changed files with 11 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
% README.linux 2025-12-15
% README.linux 2026-01-01
% Tested on Ubuntu 20.04.4 LTS, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS and
% Fedora Linux 43 (Workstation Edition)
@@ -75,7 +75,7 @@ or Ubuntu 20.04
sudo apt install qt5-default qt5-uitools
or Fedora (not recommended)
or Fedora
sudo dnf install qt5-qtbase-devel qt5-qttools-devel qt5-qttools-static qt5-qtsvg-devel
@@ -119,6 +119,10 @@ The rest is standard CMake
make
sudo make install
Note if using Qt6, need to specify
cmake -DZINT_QT6=ON ..
4. Run
======