Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 89731d8b858b93a7f096755598b435f8 > files > 6

libkgoogle-0.2-12.20120301git41cd7c5.fc15.i686.rpm

Akonadi Google 
========================

Akonadi Google is a set of Akonadi resources providing access
to various Google services like Google Contacts or Google Calendar
from KDE PIM applications.


Dependencies:
-------------
  - KDE Libraries >= 4.7.0
  - KDEPIM Libraries >= 4.6 (version >= 4.4 supported with -DUSE_KCAL=TRUE switch, see below)
  - QJSON
  - libxslt
  - Boost (when using -DUSE_KCAL=TRUE switch)


Compiling:
----------

  mkdir build
  cd build
  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
  make
  # As root:
  make install

To disable calendar resource, use -DBUILD_CALENDAR=OFF.
To disable contacts resource, use -DBUILD_CONTACTS=OFF.
To disable tasks resource, use -DBUILD_TASKS=OFF.

BUGS:
-----
Submit bugs and feature requests to KDE bugzilla, product libkgoogle:

https://bugs.kde.org/enter_bug.cgi?product=libkgoogle


Backwards compatibility with KDEPIM 4.4:
----------------------------------------
If you want to use this resources with KDEPIM Libraries >= 4.4, you can run cmake with -DUSE_KCAL=TRUE.
This switch will enable backwards compatibility with old KDEPIM Libraries by using obsolete KCal API 
instead of new KCalCore API. During compilation you will see lot of deprecation warning, but it's OK.