Next Previous Contents

2. Installation

2.1 How to obtain KTimeclock

KTimeclock can be found at http://members.home.com/gtermars/ktimeclock/, the main KTimeclock home page, or at ftp://ftp.kde.org/pub/kde/unstable/apps/utils, the main FTP site for the KDE Desktop Environment.

2.2 Requirements

In order to successfully compile KTimeclock, you will need a minimum of the KDE 1.0 libraries, and v1.40 or greater of the Qt libraries. Required libraries can be found at ftp://ftp.kde.org/pub/kde/ and ftp://ftp.troll.no/qt/.

2.3 Compilation and installation

In order to compile and install ktimeclock on your system, type the following from the base directory of the ktimeclock distribution:

            % ./configure
            % make
            % make install
        
KTimeclock uses autoconf to help determine whether or not all of the required libraries are available. Should you run into problems compiling KTimeclock, please report them to the author.
Next Previous Contents