INSTALLATION REQUIREMENTS

This program works on UNIX-type systems. It likely will not work with
any version of Perl before 5.

This program requires several Perl packages which may not be installed
by default. In particular:

File::NCopy    <http://search.cpan.org/dist/File-NCopy/lib/File/NCopy.pm>

Installation instructions for these are provided on those pages,
though your OS may provide an alternative means to install them. The
emailing functionality requires /usr/sbin/sendmail.

To install changetrack, run `make install`. This will verify that
needed packages are installed, and copy files appropriately. You
should then customize the configuration file and set up a cron job so
changetrack runs periodically. To do this type
  "crontab -e".  This will open your cron tab in your editor. Add a
line like "0 12 * * * changetrack -uq". This will run changetrack
every day at noon.
