Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 4a345ed983d0db8a6e06fb6de5d6b61f > files > 5

libkgapi-2.2.0-2m.mo8.i686.rpm

LibKGAPI
========================

LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs for
various Google services.

Currently supported APIs:
  - Calendar API v3 (https://developers.google.com/google-apps/calendar)
  - Contacts API v3 (https://developers.google.com/google-apps/contacts/v3/)
  - Tasks API v1 (https://developers.google.com/google-apps/tasks)
  - Latitude API v1 (https://developers.google.com/latitude/v1/)
  - Static Google Maps API v2 (https://developers.google.com/maps/documentation/staticmaps/)
  - Drive API v2 (https://developers.google.com/drive/v2/reference)
  - Blogger API v3 (https://developers.google.com/blogger/docs/3.0/reference/)

Dependencies:
-------------
  - KDE Libraries >= 4.7.0
  - KDEPIM Libraries >= 4.11
  - QJSON

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

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

To compile example applications, run cmake with -DKGAPI_BUILD_EXAMPLES=TRUE argument.
To compile automated tests, run 'make buildtests'. To run automated tests, run 'make test'

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

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

API Documentation:
------------------
http://api.kde.org/extragear-api/libs-apidocs/libkgapi/html/index.html