summaryrefslogtreecommitdiff
path: root/development/macosx/README_MACOSX
authoreilers <eilers>2003-12-09 17:00:13 (UTC)
committer eilers <eilers>2003-12-09 17:00:13 (UTC)
commit80c495fe34b1528345458ec312de30b7b92139bd (patch) (side-by-side diff)
tree79f45383663f73c4141a1aaec833ccc7fbe3522f /development/macosx/README_MACOSX
parent1999708f1480dbdd19e73671fbd9e422883839b6 (diff)
downloadopie-80c495fe34b1528345458ec312de30b7b92139bd.zip
opie-80c495fe34b1528345458ec312de30b7b92139bd.tar.gz
opie-80c495fe34b1528345458ec312de30b7b92139bd.tar.bz2
File added which is missed in the patch.. See README_MACOSX for details...
Diffstat (limited to 'development/macosx/README_MACOSX') (more/less context) (ignore whitespace changes)
-rw-r--r--development/macosx/README_MACOSX5
1 files changed, 4 insertions, 1 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX
index 864f486..877e2f8 100644
--- a/development/macosx/README_MACOSX
+++ b/development/macosx/README_MACOSX
@@ -1,90 +1,93 @@
Information about porting Opie to MacOS-X (eilers)
==================================================
Credits:
--------
Special thanks to Andreas Junghans (webmaster@lucid-cake.net) for its patches for qt-X11 (2.3.2),
QT/E (2.3.5) and qtopia (1.6.1).
Without them, I wouldn't be able to provide the port for OPIE to MacOS-X that fast..
Status:
-------
The basic system works quite well. But a lot of applications and plugins,
which are platform specific, need some work to be compileable.
What is ready:
libqpe
libopie1
libopie2/opiedb
pim-applications (addressbook, todolist, datebook, today)
A lot of applications and plugins which are not platform specific.
What will follow soon:
libopie2
How to compile Opie for MacOS-X:
-------------------------------
Before compiling for MacOS-X, you need the following:
1. X11-Server+X11SDK (Provided by Apple)
2. QT-2.3.2 for X11 (Provided by Trolltech)
3. QT/E-2.3.7 (Provided by Trolltech)
4. Patches for QT-2.3.2 for MacOSX (take the one in this directory !)
5. Patches for QT/E-2.3.7 for MacOSX (take the one, provided in $OPIEDIR/qt)
The Patch for QT/E for Opie, including all other opie-patches is available in the
qt-directory ($OPIEDIR/qt) and is called "qte237-all-macosx.patch".
-The Patch for QT-2.3.2 is provided in this directory..
+
+The Patch for QT-2.3.2 is provided in this directory and is called "qt232-X11.patch".
+ATTENTION: The patch does not contain the darwin config file. Please copy the file
+"darwin-g++-shared" into the directory "configs" within the qt-2.3.2 directory !!
If your buildsystem is working correctly, you should be able to build
opie.
HOWTO COMPILE:
-------------
Compile QT-2.3.2:
Got to into the basic directory of qt-2.3.2 and enter
export QTDIR=`pwd`
export DYLD_LIBRARY_PATH=$QTDIR/lib
./configure -no-xft -platform darwin-g++
make
After compiling successful (I hope) you need qvfb:
cd tools/qvfb
make
Compile QT/E-2.3.7:
Got to into the basic directory of qt-2.3.2 and enter
export QTDIR=`pwd`
export QPEDIR=$QTDIR
export DYLD_LIBRARY_PATH=$QTDIR/lib
./configure -platform darwin-generic-g++ -qconfig qpe -qvfb -depths 4,8,16,32
make
Compile OPIE:
Set your environment
(You may use the script "set_vars.sh" to set your variables successfully !
BUT: You have to customize this script for YOUR needs !!)
Go into the basic directory of Opie
make menuconfig"
set "Build Parameters"->"Target Machine"->"Mac OS X (DARWIN)" to activate the platform specific changes.
save and exit the menuconfig app
make
You will see that a lot of applications and plugins/applets will not compile
successfully, due to the fact that they are not ported to this platform.
You may disable them to be able to compile the rest.
Remember: A lot of configuration-settings are not tested and might fail to compile.
If you want to avoid misconfigurations, you may want to start with
the config-file in this directory. Just copy "config_macosx" to $OPIEDIR/.config
to get a working configuration to start with.
(The missing apps/plugins will be ported on demand.)