1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

gs1: Use new gs1_encoders_init_ex() API;

remove refs to EXCLUDE_GS1_SYNTAX_DICTIONARY
This commit is contained in:
gitlost
2025-10-02 11:34:45 +01:00
parent 4d301ea560
commit d2b4904401
5 changed files with 19 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
% README.macos 2025-09-16
% README.macos 2025-10-02
% Tested on macOS 12.7.2 Monterey VirtualBox (thanks to https://github.com/myspaghetti/macos-virtualbox)
1. Prerequisites for building zint and zint-qt
@@ -33,7 +33,7 @@ Clone and install the gs1encoders library (optional but necessary for GS1 Syntax
git clone https://github.com/gs1/gs1-syntax-engine
cd gs1-syntax-engine/src/c-lib
make CFLAGS_G='-DEXCLUDE_SYNTAX_DICTIONARY_LOADER' lib && sudo make install
make lib && sudo make install
cd ../../..
Add the Qt5 bin directory to the PATH