1
0
Fork 0
mirror of https://git.code.sf.net/p/zint/code synced 2025-05-28 14:04:19 -04:00
zint-barcode-generator/backend_tcl
gitlost a4b557786f backend_tcl: add "win/readme.txt"; fiddle with "readme.txt"
README:  copyright 2024 -> 2025; remove primarily Linux bit
manual: update Tcl instructions; copyright 2024 -> 2025;
  Data Matrix ECC200 -> ECC 200, mention previous standards by
  name;
manual/GUI: Pharmacode -> Pharmacode One-Track, 2-track Pharmacode
  -> Pharmacode Two-Track
backend/DEVELOPER: update
2025-01-22 08:13:42 +00:00
..
demo - API: add new zint_symbol dpmm field for output resolution (BMP/ 2022-12-02 21:39:01 +00:00
lib/zint Version 2.13.0 2023-12-18 09:44:47 +00:00
tclconfig Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
win backend_tcl: add "win/readme.txt"; fiddle with "readme.txt" 2025-01-22 08:13:42 +00:00
aclocal.m4 Included TEA and Androwish changes by Christian Werner from: 2016-07-04 13:46:30 +02:00
configure general: split up some source files to lessen ZXing-C++ bloat 2025-01-19 13:44:43 +00:00
configure.ac general: split up some source files to lessen ZXing-C++ bloat 2025-01-19 13:44:43 +00:00
licence.txt GUI/manual/man page: bump year 2023 -> 2024 2024-01-01 13:26:49 +00:00
Makefile.in Add nmake.vc build system, add tcl 9 compatibility, half-fix unload, half-add version-info 2024-12-09 19:33:45 +01:00
pkgIndex.tcl.in - Add new symbology BARCODE_MAILMARK_2D (Royal Mail 2D Mailmark), 2022-12-08 13:48:31 +00:00
readme.txt backend_tcl: add "win/readme.txt"; fiddle with "readme.txt" 2025-01-22 08:13:42 +00:00
zint.c Rebuild tcl windows build system 2025-01-21 18:07:19 +01:00
zint_tcl.vcxproj Rebuild tcl windows build system 2025-01-21 18:07:19 +01:00
zint_tcl.vcxproj.filters Rebuild tcl windows build system 2025-01-21 18:07:19 +01:00

    zint tcl binding readme
    -----------------------
    2025-01-22
    (C) Harald Oehlmann
    (C) Git Lost
    harald.oehlmann@users.sourceforge.net

What: tcl binding for Zint Barcode Generator library

Build:
The header files of a Tcl and Tk build are required for the build.
They are included in a Tcl/Tk source tree or in an installed Tcl/Tk.

There are 3 build environments available:

- configure based build system for Linux/macOS and MSYS/Cygwin/MSYS2 (Windows)
  (contributed by Christian Werner) - see "docs/manual.txt" Annex C for details
- "win\makefile.vc" for Microsoft Visual Studio command prompt (nmake) - see
  "win\README.txt" for details
- "zint_tcl.vcxproj" for Microsoft Visual C++ 2022 interactive build

Usage:

package require zint
zint help

Most options are identical to the command line tool.
Details may be found in the zint manual.

Demo:
The demo folder contains a visual demo program.