**********************************************************************

	------------------
	INSTALLING svgafft
	------------------

**********************************************************************

To build it, you should have at least gcc 2.6.3 with g++ 2.6.2,
svgalib, f77 (or f2c and f77 script) and the standard compiler tools.
A recent (1.2.x) kernel and the 4.6.x libc and g++ 2.6.2 or higher
libraries are also required.  If you are using earlier g++ libraries,
(eg. with gcc 2.5.8) you may need to uncomment the NEEDBOOLS define in
the Makefile.

Running 'make install' must be done by root since it has to set the
program to setuid root to be used by non-root users.

**********************************************************************
NOTE: Your card must be compatible with SVGAlib and it *must* be
configured!  If it is not fully configured, you may experience
problems.
**********************************************************************

***
The binary was compiled with gcc 2.6.3 and f77 and tested with libc 4.6.27
under the Linux kernel version 1.2.7 with the 4/2/95 release of
Hannu's sound driver.  If you have any doubts, it doesn't hurt to
recompile.

To install the binary version, install the binary and manual pages by
typing, as root
	
	make install installman

this will copy the binary to /usr/local/bin and change the permissions
for SVGAlib to run as a normal user, as well as install the `analyze'
script and man pages.  See examples/README for more information on
this script.

***
To build it from scratch, look over the Makefile if you want to change
the installation directory, then cd to the svgafft dir and do the
following as root:

	make clean ; make dep ; make all

This will create the dependencies, build the binary and install the
executables and manpages (/usr/local/bin is the default).  Make sure
to install as root.

Please read the manpage for svgafft and analyze.

Send bug reports, comments and improvements and patches to:

	Andrew Veliath
	email:  drewvel@eideti.com

Enjoy!
5/2/95
