Thu Dec 18 10:33:38 2003
Robert Heller <heller@deepsoft.com>
http://www.deepsoft.com/

Installing tkrp3 is very easy.  You need to have a version of Tcl/Tk
(at least version 8.3 -- it has been tested with 8.3.3 on a RedHat 7.3
system) installed on your system.  The configure script assumes that
the Tcl/Tk shell (wish) is in your path.  After unpacking the tar file:

tar xzvf tkrp3-0.1.0.tar.gz

Cd to the directory created:

cd tkrp3-0.1.0

Just type:

./configure
make

You can then test to be sure things were built properly:

./tkrp3

If the interface comes up, you are all set.  Kill off the GUI and then
type:

make install

You will need to be root to install the package in the default
location, which is under /usr/local/.

The README file contains information about using the program.
