STERNO - Installation and Initialization

Installation

Go to the Unix directory in the Sterno source tree and run:
        make
This will build the files sterno.tcl and pkgIndex.tcl. To run the tests, use:
        make test
To install these files under /usr/local, use:
        make install
If another location is desired
        make install PREFIX=dir
will do the trick.

There is currently no support for building Sterno on Windows 95/NT or the Macintosh; but this should be a trivial matter.

The current version of Sterno should always be available from either:

Initialization

If Sterno is installed in such a way that the pkgIndex.tcl file can be be found by the Tcl package command, then:
        package require Sterno
is all that is required to load Sterno. If all else fails, just source sterno.tcl.