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