This section provides a quick overview of the build process. Please read Compiling KDE 3.2.x for complete instructions.
If you cannot obtain a suitable precompiled binary package, you
need to compile KonsoleKalendar yourself from source files. Get the source
package file kdepim-x.x.tar.bz2
.
Unpack it in a new folder using a command similar to
tar
, and
change to the folder which has been created.xvfj
package.tar.bz2
In order to compile and install KonsoleKalendar on your system, type the following in the base directory of the KonsoleKalendar distribution:
%
./configure
%
make
%
make install
Since KonsoleKalendar uses autoconf and automake you should have no trouble compiling it. Should you run into problems please report them to the KDE mailing lists.
If you have more than one version of KDE installed
(e.g. KDE2 and KDE3), this may possibly install KonsoleKalendar into the
wrong KDE folder. If necessary, you can give the KDE folder
as a parameter to
./configure
. For example,
if your KDE is installed in /opt/trinity
:
./configure --prefix=
/opt/trinity
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team