Installing Tcl/Tk

This page is part of the Airplug documentation related to Tcl/Tk.
Back to the Tcl/Tk documentation page / Back to the Airplug documentation page

This page is intended for users in trouble with Tcl/Tk.

When running one of our Tcl/Tk application, you may obtain an error if Tcl/Tk is not installed.

On a Linux system, Tcl and Tk are provided either by packages or by compressed archives. Here is an example on a Debian-based Linux:

apt-get install tcl
apt-get install tk

If you want to test your installation, you may use the following command.

which tclsh
which wish

The former command should return the path to the tclsh program if Tcl is well installed. The latter should return the path to the wish program if Tk is well installed.

<br/>


This page is part of the Airplug documentation related to Tcl/Tk.
Back to the Tcl/Tk documentation page / Back to the Airplug documentation page

 
Back to top
en/doc/pub/tcltk/install.txt · Last modified: 2017/04/05 15:56 (external edit)
 
 
Driven by DokuWiki