<title>Starpack generation</title>
<h1>Starpack generation</h1>
Eskil is normally distributed as a [http://wiki.tcl.tk/starkit | Starkit] which
needs a [http://wiki.tcl.tk/tclkit | Tclkit] to run. If you have ActiveTcl
installed, tclsh can also run a Starkit.
To generate a stand-alone executable,
a [http://wiki.tcl.tk/starpack | Starpack], of Eskil you need the following:
* A [http://wiki.tcl.tk/tclkit | Tclkit] for your platform. (tclkit)
* The [http://wiki.tcl.tk/sdx | Sdx] utility. (sdx)
* Eskil's Starkit. (eskil.kit)
<verbatim>
./tclkit sdx unwrap eskil.kit
cp tclkit tclkit2
./tclkit sdx wrap eskil -runtime tclkit2
</verbatim>
Note that this could be generated on any platform, not just the target. Then tclkit should be for the current platform and tclkit2 should be for the target platform.