Installation notes for LSAT:

--------------------------------------------------------------------------------
Requirements:

It should compile straight out of the box with any gnu C compiler. 
(my gcc -v yeilds: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release))

It does require some standard UNIX programs, but they should be built in
to almost any default install (find, sed, grep, exec, and the like)

--------------------------------------------------------------------------------
To build the LSAT program:

LSAT now has autoconf:
In the lsat-<version> directory do:

./configure
make

If you want to install the binary in /usr/local/bin:
make install

If you want to install manpages: (this should work :)
make manpage
make installman


---------------------------------------------------------------------------------
Problems/questions/comments can be directed at
number9@www.dimlight.org

This software is licensed under the GNU GPL. Please see
http://www.gnu.org/licenses/licenses.html#GPL 
for more information.
