summaryrefslogtreecommitdiffabout
path: root/README
Unidiff
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README29
1 files changed, 29 insertions, 0 deletions
diff --git a/README b/README
index 663f326..a32191d 100644
--- a/README
+++ b/README
@@ -16,88 +16,117 @@ You may have to
16 16
17to get the sources compiled, depending on your Qtopia compiler setup. 17to get the sources compiled, depending on your Qtopia compiler setup.
18The needed Makefile is Makefile.Embedded. 18The needed Makefile is Makefile.Embedded.
19Copy it and rename it to Makefile. 19Copy it and rename it to Makefile.
20 20
21To build for the Zaurus: 21To build for the Zaurus:
22Install Qtopia development environment and the cross-compiler. 22Install Qtopia development environment and the cross-compiler.
23 23
24The file sharp.tmake.conf contains e DEFINE,which is needed to fix the QWhatsThis problem: 24The file sharp.tmake.conf contains e DEFINE,which is needed to fix the QWhatsThis problem:
25 TMAKE_CXXFLAGS = blabla -DADD_TOOLTIP 25 TMAKE_CXXFLAGS = blabla -DADD_TOOLTIP
26Add this to your tmake.conf file for sharp. 26Add this to your tmake.conf file for sharp.
27 27
28Now, you can do from command line a: 28Now, you can do from command line a:
29cz #comment: for setZaurus 29cz #comment: for setZaurus
30make clean #comment: for removing old Makefiles - if there are any 30make clean #comment: for removing old Makefiles - if there are any
31make 31make
32make install 32make install
33make clean 33make clean
34make dist 34make dist
35 35
36to build a binary and source package. 36to build a binary and source package.
37The sources are ../kdepim.src.tar.gz 37The sources are ../kdepim.src.tar.gz
38The binaries are 38The binaries are
39korganizer-alarm_1.9.0a_arm.ipk 39korganizer-alarm_1.9.0a_arm.ipk
40and 40and
41kdepim_1.9.0a_arm.ipk 41kdepim_1.9.0a_arm.ipk
42, depending on the version. 42, depending on the version.
43 43
44========================================================= 44=========================================================
45 45
46Howto Compile+Run KO/Pi Desktop for Linux Desktop: 46Howto Compile+Run KO/Pi Desktop for Linux Desktop:
47 47
48Remove all Makefile files first! 48Remove all Makefile files first!
49 49
50Set the needed environment variables to compile a Qt program. 50Set the needed environment variables to compile a Qt program.
51(e.g. QTDIR, ,... ) 51(e.g. QTDIR, ,... )
52Do a 52Do a
53qmake 53qmake
54make clean 54make clean
55make 55make
56in this directory. 56in this directory.
57 57
58After compilation, you will find the binary and the libs in ./bin. 58After compilation, you will find the binary and the libs in ./bin.
59 59
60 60
61Goto ./bin in console and type type ./kopi 61Goto ./bin in console and type type ./kopi
62 62
63Now kopi starts. 63Now kopi starts.
64(UPDATE : Now you have probably to copy the libs to /usr/lib to run KO/Pi).
65This can be done by the following prodedure:
66
67Howto build the KDE sync command line tools:
68
69Goto
70./desktop
71Adjust the paths ( KDEDIR and KDE_DEV_DIR ) in the Makefile there.
72Type there
73make
74to build the KDE sync command line tools.
75Now switch to super user mode with
76su
77Copy everything in the right place with
78make install
79(Comment out the lines in the makefile which try to copy files, which are not there, e.g. the line "cp -fr /home/polo/eigene/apps/* /opt/kdepimpi/" ).
80Now build a rpm with
81make dist
82
83make dist uses the rpm spec in ./desktop/rpm/kdepim_rpm.
84
85This all works for a SuSE 9.2.
86For other distris you have to adjust some settings.
64 87
65========================================================= 88=========================================================
66 89
67KOrganizer/Platform-independent (KO/Pi) 90KOrganizer/Platform-independent (KO/Pi)
68 91
69 92
70This is the platform-independend version of KOrganizer. It includes a replacement for the 93This is the platform-independend version of KOrganizer. It includes a replacement for the
71KDE libraries called microkde, which provides the KDE specific functions 94KDE libraries called microkde, which provides the KDE specific functions
72KOrganizer needs, but does not add the overhead of the complete implementation. 95KOrganizer needs, but does not add the overhead of the complete implementation.
73KOrganizer/Pi compiles with Qt/Embedded 2.3.2 and the corresponding QPE libs. 96KOrganizer/Pi compiles with Qt/Embedded 2.3.2 and the corresponding QPE libs.
74 97
75It compiles with Qt 3.2.3 on the Linux or Windows desktop as well. 98It compiles with Qt 3.2.3 on the Linux or Windows desktop as well.
76 99
77KOrganizer/Pi is based on the unaltered original KOrganizer code from the KDE CVS 100KOrganizer/Pi is based on the unaltered original KOrganizer code from the KDE CVS
78HEAD branch of spring 2003. 101HEAD branch of spring 2003.
79 102
80Some functionality of the full KDE version of Korganizer is not present in the 103Some functionality of the full KDE version of Korganizer is not present in the
81platform-independend, because microkde is not yet complete. 104platform-independend, because microkde is not yet complete.
82 105
83KOrganizer/Pi is licenced under the GPL, the microkde library is licenced under 106KOrganizer/Pi is licenced under the GPL, the microkde library is licenced under
84the LGPL and the original KOrganizer code is licenced under GPL or LPGL. 107the LGPL and the original KOrganizer code is licenced under GPL or LPGL.
85 108
86If you have questions or comments please contact Lutz Rogowski 109If you have questions or comments please contact Lutz Rogowski
87<rogowski@kde.org>. 110<rogowski@kde.org>.
88 111
89 112
90History 113History
91------- 114-------
92 115
1162.0.0 (January 2005)
117 - Korganizer/Pi is now integrated in KDE-Pim/Pi together with KA/Pi.
118
1191.7.8 (Juni 2004)
120 - Latest standalone version of Korganizer/Pi (platform-independend).
121
931.5 (January 2004) 1221.5 (January 2004)
94 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend) 123 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend)
95 In this version, there are many bugfixes/enhancements. 124 In this version, there are many bugfixes/enhancements.
96 125
971.0 (April 2002): 1261.0 (April 2002):
98 127
99 - First stable release as final submission to the Trolltech Qtopia contest. 128 - First stable release as final submission to the Trolltech Qtopia contest.
100 129
1010.8 (beta1) (January 2002): 1300.8 (beta1) (January 2002):
102 131
103 - Initial release as entry to the Trolltech Qtopia contest. 132 - Initial release as entry to the Trolltech Qtopia contest.