summaryrefslogtreecommitdiffabout
path: root/README
authorzautrix <zautrix>2004-06-26 19:01:18 (UTC)
committer zautrix <zautrix>2004-06-26 19:01:18 (UTC)
commitb9aad1f15dc600e4dbe4c62d3fcced6363188ba3 (patch) (unidiff)
tree2c3d4004fb21c72cba65793859f9bcd8ffd3a49c /README
downloadkdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.zip
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.gz
kdepimpi-b9aad1f15dc600e4dbe4c62d3fcced6363188ba3.tar.bz2
Initial revision
Diffstat (limited to 'README') (more/less context) (ignore whitespace changes)
-rw-r--r--README103
1 files changed, 103 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..663f326
--- a/dev/null
+++ b/README
@@ -0,0 +1,103 @@
1
2Howto Compile KO/Pi for Qt-Embedded:
3
4Remove all Makefile files first!
5
6Please look at the files setQtopia and setZaurus in the same dir.
7
8You may have to
9- create a softlink from
10 /opt/qtopia/include/qpe to /opt/qtopia/include/qtopia
11- remove
12 -ljpeg in korganizer/Makefilezaurus
13-create the directory
14 /opt/Qtopia/sharp/plugins
15 /opt/Qtopia/sharp/plugins/applets
16
17to get the sources compiled, depending on your Qtopia compiler setup.
18The needed Makefile is Makefile.Embedded.
19Copy it and rename it to Makefile.
20
21To build for the Zaurus:
22Install Qtopia development environment and the cross-compiler.
23
24The file sharp.tmake.conf contains e DEFINE,which is needed to fix the QWhatsThis problem:
25 TMAKE_CXXFLAGS = blabla -DADD_TOOLTIP
26Add this to your tmake.conf file for sharp.
27
28Now, you can do from command line a:
29cz #comment: for setZaurus
30make clean #comment: for removing old Makefiles - if there are any
31make
32make install
33make clean
34make dist
35
36to build a binary and source package.
37The sources are ../kdepim.src.tar.gz
38The binaries are
39korganizer-alarm_1.9.0a_arm.ipk
40and
41kdepim_1.9.0a_arm.ipk
42, depending on the version.
43
44=========================================================
45
46Howto Compile+Run KO/Pi Desktop for Linux Desktop:
47
48Remove all Makefile files first!
49
50Set the needed environment variables to compile a Qt program.
51(e.g. QTDIR, ,... )
52Do a
53qmake
54make clean
55make
56in this directory.
57
58After compilation, you will find the binary and the libs in ./bin.
59
60
61Goto ./bin in console and type type ./kopi
62
63Now kopi starts.
64
65=========================================================
66
67KOrganizer/Platform-independent (KO/Pi)
68
69
70This is the platform-independend version of KOrganizer. It includes a replacement for the
71KDE libraries called microkde, which provides the KDE specific functions
72KOrganizer 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.
74
75It compiles with Qt 3.2.3 on the Linux or Windows desktop as well.
76
77KOrganizer/Pi is based on the unaltered original KOrganizer code from the KDE CVS
78HEAD branch of spring 2003.
79
80Some functionality of the full KDE version of Korganizer is not present in the
81platform-independend, because microkde is not yet complete.
82
83KOrganizer/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.
85
86If you have questions or comments please contact Lutz Rogowski
87<rogowski@kde.org>.
88
89
90History
91-------
92
931.5 (January 2004)
94 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend)
95 In this version, there are many bugfixes/enhancements.
96
971.0 (April 2002):
98
99 - First stable release as final submission to the Trolltech Qtopia contest.
100
1010.8 (beta1) (January 2002):
102
103 - Initial release as entry to the Trolltech Qtopia contest.