CONFIGURATION
-------------

Run "./configure" and then "make".  This will create "bin/v9t9".  See
"README.txt" for information on setting up a suitable "v9t9.cnf" file.

INSTALLATION
------------

Currently there is no provision to install V9t9, but since it has no
dependent files, you can merely copy bin/v9t9 to a directory in your
$PATH and bin/v9t9.gtkrc to your $HOME (or run from the source directory).

Problems you may encounter:

WARNING:

SVGAlib support is currently broken!  Run v9t9 from X11 instead.

-- cannot use SVGAlib:

svgalib: cannot get I/O permissions

Become root and execute:  "chown root:root bin/v9t9; chmod +s bin/v9t9"

-- when using SVGAlib, the error:

svgalib: mmap error in paged screen memory

or

svgalib: mmap error in shared screen memory

means you should reconfigure SVGAlib's Makefile.cfg to change this line:

	BACKGROUND = y

to

	# BACKGROUND = y

(Newer Linux kernels do not allow this kind of mmap()ing).


