 Installing ThoughtTracker
---------------------------

If you're too lazy to read the generic instructions in the INSTALL file, or
already know how to install autoconf'ed programs in principle, here are the
quick instructions that should suffice in 99% of all cases:

  $ ./configure
  $ make
  $ make install-strip

The default prefix is "/usr/local".  If you want the binary and man page to
go anywhere else, use configure's "--prefix" switch (see `configure --help`).

It is recommended to read the man page before running the program.

