makeTo install tcl3270 in the default install directory (/usr/local), type:
make installTo install in a different directory, add an INSTALLDIR= clause to the make command, e.g.:
make install INSTALLDIR=/toolsNote 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.