Skip to content

Releases: apnadkarni/tcl-sfe

v0.1 Tcl Single File Executables for Windows

Choose a tag to compare

@apnadkarni apnadkarni released this 03 Jul 17:07

This is the initial public release of tcl-sfe - a build system for creating Tcl/Tk applications as statically linked single file executables. The following pre-built x64 binaries are included:

  • tclsfe-bb.exe, tksfe-bb.exe: the bare bones version, containing only Tcl (and Tk) along with the thread package
  • tclsfe-twapi.exe, tksfe-twapi.exe: same as the above but also includes the twapi package
  • tclsfe.exe, tksfe.exe: the full version including sqlite3, tdbc and tdbc::odbc in addition to the above

For usage, see the project README.