File: README

package info (click to toggle)
libopensync-plugin-kdepim 0.22-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,036 kB
  • ctags: 160
  • sloc: sh: 8,806; cpp: 1,358; makefile: 122
file content (38 lines) | stat: -rw-r--r-- 1,161 bytes parent folder | download | duplicates (3)
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.