TASH Installation Procedures

TASH Installation Procedures

This file describes how to get and install TASH.
  1. Get TASH via anonymous ftp from ftp://ftp.aud.alcatel.com/tcl/extensions/tash1.0b1.tar.gz.

  2. Uncompress and extract it from the tar archive: gzcat tash1.0b1.tar.gz | tar xvf -

  3. Modify the file, "Makefile.common" in the tash1.0b1 directory to reference the correct location of your local Tcl C library, libtcl.a.

  4. 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.

  5. Test that the system was correctly built by changing to the tash1.0b1/test directory and executing "make test."

  6. 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