1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
In a Windows environment we have the [cmd installer.tcl] script to
perform installation.
[para] If the desired [syscmd tclsh] is associated [file .tcl] files
then double-clicking / opening the [cmd installer.tcl] is
enough to invoke it in graphical mode.
This assumes that [term Tk] is installed and available as well.
[para] Without [term Tk] the only way to invoke the installer are to
open a DOS window, i.e. [syscmd cmd.exe], and then to invoke
[example {
./installer.tcl
}]
inside it.
[emph Note] that this installer handles only the Tcl packages,
applications, and the documentation.
It does [emph not] handle the binary Tcllibc.
|