Compilation and Installation

PrevInstallation

Compilation and Installation

In order to compile and install KTT make sure that the $KDEDIR environment variable is defined on your system and is pointing to your KDE directory. You can test this by typing:

% echo $KDEDIR

in your shell prompt, the response should be your KDE directory. If $KDEDIR is not defined or is not pointing to the right directory, you may fix this with the following command:

% export KDEDIR=/replace/with/your/kde/dir/

After $KDEDIR is set, type the following in the base directory of the KTT distribution:

% ./configure
% make
% make install

the make install command must be executed as root.

For more installation instructions please refer to INSTALL file. Since KTT uses autoconf and automake you should have not trouble compiling it. Should you run into problems please report them to <ktt@tengwar.art.pl>.

PrevHome
Installation Up