The K Desktop Environment

Next Previous Table of 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/.

Note that KTimeclock has only been tested on the following systems:

If you can successfully compile and install KTimeclock on your system, please inform the author so that this list can be updated. As well, if you have problems compiling KTimeclock on your system, please let the author know so that he can help port KTimeclock to your system.

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 Table of Contents