The installation procedure for the source code distribution is the GNU standard procedure. Decompress the archive in a directory, and, as root, enter the khrono directory. In order to compile and install Khrono on your system, type the following in the base directory of Khrono's distribution:
% ./configure % make % make install |
To uninstall Khrono, just type:
% make uninstall |
Since Khrono uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the author <vonarnim@club-internet.fr>.
To install the binary tar.gz package:
login as root
cd to your KDE directory, pointed by your KDEDIR environment variable (/usr on RedHat and Mandrake)
untar the package:
% tar xvzf ~/khrono-x.x.i586.tar.gz |