INSTALLATION
============

	Change to the src directory of the distribution.  

	Inside there are makefiles oriented toward the following
systems :

sun4
solaris
hpux

	I recommend starting from one of these Makefiles if they
match your system.  Otherwise, use the Makefile.std and modify
it as necessary.

	Inside the makefile, customize the following two variables :

SCRIPT_DEFINE
LIBRARY_DEFINE

	These should point to the script and lib directories 
of the distribution, respectively.

	Type make and hopefully things will compile.  You might get
a lot of warnings for tcp.c, but you should be able to just ignore
them unless it halts compilation.

CONFIGURATION
=============

	Once you have the tknews executable, you'll need to modify
the configuration script found in the scripts directory, called
config.t.  Comments within the script describe each of the options
and their effects.  Also, two separate config scripts are provided
showing how to configure for nntp or for using a spool directory.
These are called config.t.nntp and config.t.spool, respectively.

	Please let me know of any problems you have installing tknews.
If I can I'll help you out.  And if you have a working makefile for a
platform not currently found, please send it to me and I'll include it
in the distribution.

