|
Top Document: comp.lang.tcl Frequently Asked Questions (Mar 05, 2005) (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 See reader questions & answers on this topic! - Help others by sharing your knowledge <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: ftp://ftp.procplace.com/pub/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. User Contributions:Top Document: comp.lang.tcl Frequently Asked Questions (Mar 05, 2005) (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 - Part6 - Single Page [ Usenet FAQs | Web FAQs | Documents | RFC Index ] Send corrections/additions to the FAQ Maintainer: lvirden@yahoo.com (Larry W. Virden)
Last Update March 27 2014 @ 02:12 PM
|

Comment about this article, ask questions, or add new information about this topic: