~cyberspace/cyberspace/akonadi-google-packaging

« back to all changes in this revision

Viewing changes to README

  • Committer: Dan Vrátil
  • Date: 2011-09-05 12:27:08 UTC
  • Revision ID: git-v1:59dd169fa1efa490f949aad00ecb7c4909a6ce04
Update README and TODO files

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
to various Google services like Google Contacts or Google Calendar
6
6
from KDE PIM applications.
7
7
 
8
 
Please report any bugs or issues to dan@progdan.cz.
9
8
 
10
9
Dependencies:
11
 
------------
12
 
  - KDEPIM Libs >= 4.6 (maybe it works with older versions, but it's not guaranteed nor tested)
 
10
-------------
 
11
  - KDE Libraries >= 4.7.0
 
12
  - KDEPIM Libraries >= 4.6 (version >= 4.4 supported with -DUSE_KCAL=TRUE switch, see below)
13
13
  - QJSON
14
14
  - libxslt
 
15
  - Boost (when using -DUSE_KCAL=TRUE switch)
15
16
 
16
17
 
17
18
Compiling:
24
25
  # As root:
25
26
  make install
26
27
 
27
 
To compile tests, use -DWITH_TESTS=ON CMake switch. 
28
 
To disable calendar or contacts resource, use -DWITHOUT_CALENDAR=TRUE or
29
 
-DWITHOUT_CONTACTS=TRUE CMake switches.
 
 
b'\\ No newline at end of file'
 
28
To disable calendar resource, use -DBUILD_CALENDAR=OFF.
 
29
To disable contacts resource, use -DBUILD_CONTACTS=OFF.
 
30
To disable tasks resource, use -DBUILD_TASKS=OFF.
 
31
 
 
32
BUGS:
 
33
-----
 
34
Submit bugs and feature requests to KDE bugzilla, product libkgoogle:
 
35
 
 
36
https://bugs.kde.org/enter_bug.cgi?product=libkgoogle
 
37
 
 
38
 
 
39
Backwards compatibility with KDEPIM 4.4:
 
40
----------------------------------------
 
41
If you want to use this resources with KDEPIM Libraries >= 4.4, you can run cmake with -DUSE_KCAL=TRUE.
 
42
This switch will enable backwards compatibility with old KDEPIM Libraries by using obsolete KCal API 
 
43
instead of new KCalCore API. During compilation you will see lot of deprecation warning, but it's OK.
 
 
b'\\ No newline at end of file'