
Howto Compile KO/Pi Embedded for Qt-Embedded:

Remove all Makefile files first!

Please look at the files setQtopia and setZaurus in the same dir.

You may have to
- create a softlink from
    /opt/qtopia/include/qpe to /opt/qtopia/include/qtopia
- remove
    -ljpeg in korganizer/korganizerE.pro
-create the directory
   /opt/Qtopia/sharp/plugins
   /opt/Qtopia/sharp/plugins/applets

to get the sources compiled, depending on your Qtopia compiler setup.
The needed Makefile is  Makefile.Embedded.
Copy it and rename it to Makefile.
Makefile.EmbeddedAll makes the addressbook plugins.
You will need additional header files for this, e.g. some opie header files.

=========================================================

Howto Compile+Run KO/Pi Desktop for Linux Desktop:

Remove all Makefile files first!

Set the needed environment variables to compile a Qt program.
(e.g.:
	QTDIR=/usr/local/qtgcc
	PATH=$QTDIR/bin:$PATH
	MANPATH=$QTDIR/doc/man:$MANPATH
	LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
	export QTDIR PATH MANPATH LD_LIBRARY_PATH
 )
Do a
qmake
make
in the kopi directory.

After compilation, you can start kopi from ./bin




=========================================================

KOrganizer/Platform-independent



This is the  platform-independend version of KOrganizer. It includes a replacement for the
KDE libraries called microkde, which provides the KDE specific functions
KOrganizer needs, but does not add the overhead of the complete implementation.
KOrganizer/Pi compiles with Qt/Embedded 2.3.2 and the corresponding QPE libs.

It compiles with Qt 3.2.3 on the Linux or Windows desktop as well.

KOrganizer/Pi is based on the unaltered original KOrganizer code from the KDE CVS
HEAD branch of spring 2003.

Some functionality of the full KDE version of Korganizer is not present in the
platform-independend, because microkde is not yet complete.

KOrganizer/Pi is licenced under the GPL, the microkde library is licenced under
the LGPL and the original KOrganizer code is licenced under GPL or LPGL.

If you have questions or comments please contact Lutz Rogowski
<rogowski@kde.org>.


History
-------

1.5 (January 2004)
 - Korganizer/E has been renamed to Korganizer/Pi (platform-independend)
   In this version, there are many bugfixes/enhancements.

1.0 (April 2002):

 - First stable release as final submission to the Trolltech Qtopia contest.

0.8 (beta1) (January 2002):

 - Initial release as entry to the Trolltech Qtopia contest.
