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) (unidiff)
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
@@ -30,25 +30,28 @@ How to compile Opie for MacOS-X:
30------------------------------- 30-------------------------------
31 31
32Before compiling for MacOS-X, you need the following: 32Before compiling for MacOS-X, you need the following:
33 33
34 1. X11-Server+X11SDK (Provided by Apple) 34 1. X11-Server+X11SDK (Provided by Apple)
35 2. QT-2.3.2 for X11 (Provided by Trolltech) 35 2. QT-2.3.2 for X11 (Provided by Trolltech)
36 3. QT/E-2.3.7 (Provided by Trolltech) 36 3. QT/E-2.3.7 (Provided by Trolltech)
37 4. Patches for QT-2.3.2 for MacOSX (take the one in this directory !) 37 4. Patches for QT-2.3.2 for MacOSX (take the one in this directory !)
38 5. Patches for QT/E-2.3.7 for MacOSX (take the one, provided in $OPIEDIR/qt) 38 5. Patches for QT/E-2.3.7 for MacOSX (take the one, provided in $OPIEDIR/qt)
39 39
40The Patch for QT/E for Opie, including all other opie-patches is available in the 40The Patch for QT/E for Opie, including all other opie-patches is available in the
41qt-directory ($OPIEDIR/qt) and is called "qte237-all-macosx.patch". 41qt-directory ($OPIEDIR/qt) and is called "qte237-all-macosx.patch".
42The Patch for QT-2.3.2 is provided in this directory.. 42
43The Patch for QT-2.3.2 is provided in this directory and is called "qt232-X11.patch".
44ATTENTION: The patch does not contain the darwin config file. Please copy the file
45"darwin-g++-shared" into the directory "configs" within the qt-2.3.2 directory !!
43 46
44If your buildsystem is working correctly, you should be able to build 47If your buildsystem is working correctly, you should be able to build
45opie. 48opie.
46 49
47HOWTO COMPILE: 50HOWTO COMPILE:
48------------- 51-------------
49 52
50Compile QT-2.3.2: 53Compile QT-2.3.2:
51 54
52Got to into the basic directory of qt-2.3.2 and enter 55Got to into the basic directory of qt-2.3.2 and enter
53export QTDIR=`pwd` 56export QTDIR=`pwd`
54export DYLD_LIBRARY_PATH=$QTDIR/lib 57export DYLD_LIBRARY_PATH=$QTDIR/lib