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 installwill install If another location is desired
make install PREFIX=dirwill 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:
pkgIndex.tcl
file can be be found by the
Tcl package
command, then:
package require Sternois all that is required to load Sterno. If all else fails, just source
sterno.tcl
.