tclexecomp is a TCL exectutable wrapper, which creates a single executable file from a tcl script.
Currently it can create binaries for Linux (64 Bit), Windows (64 Bit) and MACOS (64 Bit).
It is based on freewrap (http://freewrap.sourceforge.net/), but with many more tcl-modules integrated.

Usage
-----
To wrap a Tcl/Tk-Script into an Executable, simply use the following command:
  tclexecomp <tclfile> -w <tclexecomp destination binary> -o <output-file> -forcewrap

As an example on Linux (64Bit) you can create an executable for Windows 64 (Bit) in the following way
  tclexecomp64 test.tcl -w tclexecomp64.exe -forcewrap -o test.exe

To change the Icon on an Windows-Binary or to customize the Binary call
  tclexecomp64 -gui

You can also compile a tcl-File with it:
  tclexecomp64 -compile test.tcl


Release V1.4.0
--------------
- Tcl/Tk V8.6.12
- bwidget V1.9.15
- cookfs V1.4
- expect V5.45.4
- extrafont V1.2
- html3widget V0.2.6.1
- imagescale V0.1
- img V1.4.13
- imgtools V0.3
- mentry V3.16
- mupdf V1.4
- pdf4tcl V0.9.4
- pgintcl V3.5.1
- scrolledwidget V0.2
- scrollutil V1.16
- tablelist V6.19
- tbcload V1.7
- tclcompiler V1.7.1
- tcllib V1.21
- tcltls V1.7.22 (openssl V1.1.1q)
- tclx V8.4
- tdom V0.9.3
- tkdnd V2.8
- tkhtml V3.0
- tklib V0.7
- tktable V2.10
- tktray V1.3.9
- treectrl V2.4.3
- trf V2.1.4
- trofs V0.4.9
- twapi V4.7.2
- udp V1.0.11
- vfs V1.4.2
- wcb V3.8
- zstd V1.0
