Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.17 KB

LibKGAPI

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

Currently supported APIs:

Deprecated APIs:

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 run automated tests, run make test. To disable building tests, run cmake with -DBUILD_TESTING=OFF argument.

BUGS:

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

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

API Documentation:

https://api.kde.org/kdepim/libkgapi/html/index.html