As an alternative to running configure and make, you can also do this:
cd src make make install
The Makefile in the $TCLUTIL/src directory runs configure and then make as described above. You can also specify options to that Makefile, for example:
cd src make PREFIX=$INSTALLDIR CONFIGURE_FLAGS=--with-gcc
The PREFIX variable defaults to /usr/local and is the prefix of the directory in which to install the software.
If the environment variable TCLTK_ROOT is set, it is used as the default top level directory fo Tcl/Tk.
Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory