Next Previous Table of Contents
Kvcard should be distributed one day on KDE's site, as one of the applications for KDE. Kvcard is for the time being on my web page.
In order to successfully compile Kvcard, you need at least the 1.1.1 version of libkdecore
,
libkdeui
, libkfile
and libkfm
. All those required libraries can be found
on ftp://ftp.kde.org/pub/kde/.
You also need QT >1.42 , the headers, and the librairies.
In order to compile and install Kvcard on your system, type the following in the base directory of the Kvcard distribution:
% ./configure
% make
% make install
Since Kvcard uses autoconf
you should have not trouble compiling it.
Should you run into problems please report them to the author.
Next Previous Table of Contents