TASH Installation Procedures
TASH Installation Procedures
This file describes how to get and install TASH.
- Get TASH via anonymous ftp from
ftp://ftp.aud.alcatel.com/tcl/extensions/tash1.0b1.tar.gz.
- Uncompress and extract it from the tar archive: gzcat
tash1.0b1.tar.gz | tar xvf -
- Modify the file, "Makefile.common" in the
tash1.0b1 directory to reference the correct location of your
local Tcl C library, libtcl.a.
- Type "make" in the tash1.0b1 directory.
This executes a make in each of three subdirectories to build the Ada/Tcl
interface, the Tcl Ada Shell program, tash, the
freq demo program, and a test program.
- Test that the system was correctly built by changing to the
tash1.0b1/test directory and executing "make
test."
- Try the freq demo by executing "make test"
in the tash1.0b1/demo directory. To compare the execution time
of Tcl versus Ada freq, execute "make
time."
Author: Terry J. Westley (
westley@buffnet.net,
http://www.buffnet.net/~westley/)
Last Updated: 06-Feb-96