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