TkCVS requires Tcl/Tk 8.1 or better.  Tkcvs and tkdiff expect to find a
program called "wish" in the path.  This can be a symbolic link to wish8.x
or whatever is appropriate.

To install, run "doinstall.tcl".  There is an entry containing the default
path for installation.  If you want to put TkCVS somewhere else, type a new
directory in the entry and hit return.  doinstall.tcl takes an optional
argument.  If you know you want to install tkcvs in /opt, for example, you
can type "doinstall /opt".


--- IMPORTANT: Configuration Files ---

Look at /usr/local/lib/tkcvs/tkcvs_def.tcl and see if there's anything you
want to change.  You may need to change the variables which specify how to
invoke various programs and the location of the temporary directory,
especially with a Windows installation.  You can also choose a default editor,
specify colors for important tags, and set other preferences.

tkcvs_def.tcl will look for a file called site_def in the same directory
it is in.  That's a good place to put site-specific preferences such as tag
colours, without having overwritten the next time you update tkcvs.

Also, you can put personal preferences in a file called .tkcvs in your home
directory.  User interface preferences should usually go there.

This is the order of precedence:
 ~/.tkcvs
 <installdir>/lib/tkcvs/site_def
 <installdir>/lib/tkcvs/tkcvs_def.tcl
