readme.txt 807 B

1234567891011121314151617181920212223242526272829
  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. What: tcl binding for zint bar code generator library
  8. Build:
  9. The header files of a TCL and Tk build are required for the build.
  10. They are included in a TCL/Tk source tree or in an installed TCL/Tk.
  11. There are 3 build environments available:
  12. - configure based build system for Linux/MacOS/MSYS/CYGWIN (Windows)
  13. Contributed by Christian Werner.
  14. - win/Makefile.vc for TCL/Tk MS-Visual Studio build environment
  15. - zint_tcl.vxproj for interactive VisualStudio build.
  16. Usage:
  17. package require zint
  18. zint help
  19. Most options are identical to the command line tool.
  20. Details may be found in the zint manual.
  21. Demo:
  22. The demo folder contains a visual demo program.