1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
kdepim_plugin is a OpenSync plugin for accessing the KDE 3.x Addressbook.
It requires OpenSync and kdepim3.
This software is provided freely under the GNU GENERAL PUBLIC
LICENSE (Version 2) and is copyright
(C) 2005 Conectiva S.A.
Written by Eduardo Pereira Habkost <ehabkost@conectiva.com.br>
Some parts based on the multisync 0.8x kdepim plugin, copyright:
(C) 2004 Stewart Heitmann <sheitmann@users.sourceforge.net>
Compiling and installing kdepim_plugin
--------------------------------------
$ autoreconf -sfi
$ ./configure
$ make
$ su
$ make install
Troubleshooting
---------------
If the configuration step fails (ie: autogen.sh) make sure you have the
correct versions of autoconf (2.59) (it should work with 2.58, though)
and automake (1.9.2) installed and they are not being overshadowed by
other versions that may be installed.
$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.
$ automake --version
automake (GNU automake) 1.9.2
Written by Tom Tromey <tromey@redhat.com>.
Other versions of autoconf and automake may work, but have not been
tested.
|