INSTALLATION
------------
This program is easily installed nowadays. Just follow these steps:

1. untar the distribution
2. enter the distributions directory
3. compile the distribution (run make)
4. become root
5. run make install 

And it's all finished. Now run ttnews (provided you got a path to
/usr/local/bin) and you are off. Note that you should run the 
news-feeders too if you want news that are more up to date. There 
are two scripts included in the distribution that does this, 
fetchAllNews that runs the feeders in the background, and 
fetchNewsOnce that runs the feeders once and then quits them.

You should also make a directory in your home catalogue named .ttnews.
Copy the /usr/local/ttnews/ttnews.conf here, and create a sub-dir named
skins if you want to make a skin of your own (although this is not 
really necessary)

For troubles ($QTDIR most likely) see below.


PROBLEMS
--------
The problem you are likely (well...) to run into is that the QTDIR
is not set, or that qt is installed somewhere where $(QTDIR) is 
improper. In the first case - set QTDIR to the path where QT is installed
(example: export QTDIR=/usr/lib/qt). 

Also, see to it that you compile ttnews with the same compiler that 
you've compiled QT with. On Linux-systems this is probably a non-
problem, who uses something other than gcc? Other unices may use
different compilers, and do try to compile using the same as QT.

If you have an earlier version of TT-News installed you might want to 
uninstall it before installing the new one. Just run "make uninstall"
before you do a new install. This will change.


UNINSTALL
---------
To uninstall the program, just run make uninstall in the distribution
directory. If you want to remove ttnews manually, the binary resides
in /usr/local/bin, and the rest is in /usr/local/ttnews (do a rm -R on
that one).






