tcl3270 Build and Install Instructions

To build tcl3270, type:
    make
To install tcl3270 in the default install directory (/usr/local), type:
    make install
To install in a different directory, add an INSTALLDIR= clause to the make command, e.g.:
    make install INSTALLDIR=/tools
Note that tcl3270 uses tcl 8.2, and assumes that tcl has been installed in /usr/local/include and /usr/local/lib. If you have a different version of tcl, or it is installed in different directories, you may need to edit the Makefile before building tcl3270.

tcl3270 has not been tested with earlier versions of tcl.