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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user