As of v2.01 TaRT is released under the GNU Public License, see the
included file COPYING for details

-------------

TaRT involves no complex install process.

Edit src/Makefile if to you want to enable ibeat support, turn off ANSI
color, or make a statically compiled TaRT execultable. (Comments should
be self explanitory)

Then, a simple

> make
> su root
> make install

Should do it in all cases.

Individual users should run

> TaRT -s

initially to setup their config files.

By default, the TaRT executable is installed in /usr/local/bin
and the tagline database (tag.trt) is installed in /etc
Although, if you plan on adding a lot of custom taglines to the
database (TaRT -a) and are not root, you might want to copy tag.trt to
your home directory and use it from there.

TaRT has been shown to run on i386 LinuxELF, RiscOS and SunOS 5.6

An example .TaRTrc file is provided as misc/TaRTrc-distrib
An axample custom layout file is included as misc/customlayout-distrib
An example special dates file is included as misc/specialdates-distrib

HINT: 	you may want to add a line to your start-up script or crontab to
	update your TaRT signature on a regular basis.

UPDATE:	as of version 3.00 LinuxTaRT has it's own daemon mode! See the
	README for details.

