[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.lang.tcl Frequently Asked Questions (January 31, 2002) (3/6)
Previous Document: -XI- Where can I get these packages and what tutorial information is available?
Next Document: -B- The Tcl/Tk User Contributions Archive
-
Search the FAQ Archives
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
Top Document: comp.lang.tcl Frequently Asked Questions (January 31, 2002) (3/6)
Previous Document: -XI- Where can I get these packages and what tutorial information is available?
Next Document: -B- The Tcl/Tk User Contributions Archive
-A- Tcl and Tk
<URL: http://tcl.activestate.com/ > contains a description of all the files available on the site. Most of the files are compressed tar or zip files; to get back the original directory hierarchies, type a command like the following for each file you retrieved: zcat tk8.0.tar.Z | tar xf - This will create a directory named tk8.0 with all the source files and documentation for that release. For files with ".gz" extensions, use a command like the following instead of the one above: gunzip -c tk8.0.tar.gz | tar xf - Each of the releases has a README file in the top-level directory that describes how to compile the release, where to find documentation, etc. In addition to the information here, there are many other Tcl/Tk extensions, scripts, and applications in the Tcl contributed archive, which is currently located in the public FTP directory <URL: http://www.neosoft.com/tcl/ >. There is also a collection of Web pages on Tcl and Tk at the URL <URL: http://tcl.activestate.com/ >. Questions or problems with any of these distributions should be directed to the <URL: news:comp.lang.tcl > newsgroup.
Top Document: comp.lang.tcl Frequently Asked Questions (January 31, 2002) (3/6)
Previous Document: -XI- Where can I get these packages and what tutorial information is available?
Next Document: -B- The Tcl/Tk User Contributions Archive
Part1 - Part2 - Part3 - Part4 - Part5 - Single Page
[ Usenet FAQs | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
lvirden@yahoo.com (Larry W. Virden)
Last Update October 22 2009 @ 05:35 AM