diff --git a/README.bsd b/README.bsd index 48cb6ea8..54c7a96b 100644 --- a/README.bsd +++ b/README.bsd @@ -1,5 +1,5 @@ -% README.bsd 2025-01-18 -% Tested on FreeBSD 14.2-RELEASE (with X11 + GNOME installed), OpenBSD 7.6 (with X11) and NetBSD 10.0 (with X11) +% README.bsd 2025-02-02 +% Tested on FreeBSD 14.2-RELEASE (with X11 + GNOME installed), OpenBSD 7.6 (with X11) and NetBSD 10.1 (with X11) 1. Prerequisites for building zint ================================== @@ -55,6 +55,7 @@ On NetBSD: The rest is standard CMake (allowing for absence of sudo) + cd zint mkdir build cd build cmake .. diff --git a/README.linux b/README.linux index 9f438206..bf41d570 100644 --- a/README.linux +++ b/README.linux @@ -1,6 +1,6 @@ -% README.linux 2024-10-04 +% README.linux 2025-02-02 % Tested on Ubuntu 20.04.4 LTS, Ubuntu 22.04 LTS, Ubuntu 24.04 LTS and -% Fedora Linux 40 (Workstation Edition) +% Fedora Linux 41 (Workstation Edition) 1. Prerequisites for building zint ================================== @@ -109,8 +109,15 @@ The rest is standard CMake make sudo make install +4. Run +====== -4. CMake options +On Fedora you may have to set LD_LIBRARY_PATH for zint ("libzint.so") and zint-qt (Qt libraries): + + export LD_LIBRARY_PATH=/usr/local/lib64:/gcc_64/lib + + +5. CMake options ================ A number of options are available: diff --git a/backend/zint.h b/backend/zint.h index 44d4c389..7cd02726 100644 --- a/backend/zint.h +++ b/backend/zint.h @@ -1,7 +1,7 @@ /* zint.h - definitions for libzint */ /* libzint - the open source barcode library - Copyright (C) 2009-2024 Robin Stuart + Copyright (C) 2009-2025 Robin Stuart Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions diff --git a/docs/manual.html b/docs/manual.html index a2d00658..95abf31a 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -333,7 +333,7 @@

Zint Barcode Generator and Zint Barcode Studio User Manual

Version 2.13.0.9

-

January 2025

+

February 2025