Go up one levelGo to Previous Go to Next

VLT Make Procedure

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.


Go up one levelGo to Previous Go to Next

Please send questions or comments to abrighto@eso.org.
Copyright © 1998 ESO - European Southern Observatory