
Installation
---------------------------------------------------------
OSIV uses a typical configuration and build setup.  
Specifically, it builds with the following commands

./configure
make
make install

The current build does *not* use autoconf or automake.
At one point it did, but (at least for this project)
they were found to cause more problems than they ever
seemed to fix.


Testing Suite
---------------------------------------------------------
There is no test script currently distributed with
OSIV, hopefully this will change soon.


Using OSIV
---------------------------------------------------------
Documentation is built along with the binaries.  This
can be found in the info directory of the source pkg,
or the data directory as set by ./configure --datadir
(usually /usr/local/share).

Quick referenced information for the the command line
interface wrappers is available in the form of man
pages. (man osiv is a good place to start)


