Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zint/backend_tcl/readme.txt @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 zint tcl binding readme | |
| 2 ----------------------- | |
| 3 2024-12-09 | |
| 4 (C) Harald Oehlmann | |
| 5 (C) Git Lost | |
| 6 harald.oehlmann@users.sourceforge.net | |
| 7 | |
| 8 What: tcl binding for zint bar code generator library | |
| 9 | |
| 10 Build: | |
| 11 The header files of a TCL and Tk build are required for the build. | |
| 12 They are included in a TCL/Tk source tree or in an installed TCL/Tk. | |
| 13 | |
| 14 There are 3 build environments available: | |
| 15 - configure based build system for Linux/MacOS/MSYS/CYGWIN (Windows) | |
| 16 Contributed by Christian Werner. | |
| 17 - win/Makefile.vc for TCL/Tk MS-Visual Studio build environment | |
| 18 - zint_tcl.vxproj for interactive VisualStudio build. | |
| 19 | |
| 20 Usage: | |
| 21 | |
| 22 package require zint | |
| 23 zint help | |
| 24 | |
| 25 Most options are identical to the command line tool. | |
| 26 Details may be found in the zint manual. | |
| 27 | |
| 28 Demo: | |
| 29 The demo folder contains a visual demo program. |
