Download Latest Version tclexecomp-V2.0.0.zip (41.7 MB)
Email in envelope

Get an email when there's a new version of tclexecomp

Home
Name Modified Size InfoDownloads / Week
V2.0.0 2024-07-22
V1.4.0 2022-08-20
V1.2.0 2020-05-27
V1.1.0 2019-08-04
README.txt 2020-05-06 1.4 kB
Totals: 5 Items   1.4 kB 2
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.2.0
--------------
- Tcl/Tk V8.6.10
- Thread V2.8.5
- Sqlite V3.30.1.2
- itcl V4.2.0
- BWidget V1.9.13
- extrafont V1.2
- html3widget V0.2.6
- ImageScale V0.1
- img V1.4.6
- Imgtools V0.3
- Mentry V3.10
- pdf4tcl V0.8.4
- Scrollutil V1.5
- Tablelist V6.9
- tbcload V1.7
- tclcompiler V1.7.1
- tcllib V1.20
- tclMuPdf V1.4
- TLS V1.7.20 (OpenSSL V1.1.1g)
- TclX V8.4
- Tdom V0.9.1
- tkdnd V2.8
- tkhtml V3.0
- tklib V0.5
- Tktable V2.10
- tktray V1.3.9
- treectrl V2.4.2
- trf V2.1.4
- trofs V0.4.9
- twapi V4.3.5
- vfs V1.4.2
- Wcb V3.6
- zstd V1.0
Source: README.txt, updated 2020-05-06