Next
Previous
Table of Contents
2. Installation
2.1 How to obtain Kdict
Kdict can be found at http://www.rhrk.uni-kl.de/~gebauerc/kdict.
Kdict can also be found on ftp://ftp.kde.org/pub/kde/,
the main ftp site of the KDE project.
2.2 Requirements
For installing Kdict you need:
- Qt >=2.2.0 and KDE >=2.0
- POSIX Threads (Linux: glibc >= 2.0 is fine)
2.3 Compilation and installation
In order to compile and install Kdict on your
system, type the following in the base directory of the Kdict distribution:
% ./configure
% make
% make install
It may be necessary to set QTDIR and KDEDIR to
indicate where that software is installed. Since Kdict uses autoconf
you should not have too much trouble compiling it. .
Next
Previous
Table of Contents