author | eilers <eilers> | 2003-12-11 12:42:08 (UTC) |
---|---|---|
committer | eilers <eilers> | 2003-12-11 12:42:08 (UTC) |
commit | 0983ec0c341b6509d2ba8df2c8ca06b137623681 (patch) (unidiff) | |
tree | 635ba54321e469d888913ea11cabe97f24a37256 /development | |
parent | 80609c01b79375083dd007c49eeff1721a2c6097 (diff) | |
download | opie-0983ec0c341b6509d2ba8df2c8ca06b137623681.zip opie-0983ec0c341b6509d2ba8df2c8ca06b137623681.tar.gz opie-0983ec0c341b6509d2ba8df2c8ca06b137623681.tar.bz2 |
Found some blocking errors.. :(
-rw-r--r-- | development/macosx/README_MACOSX | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index bc21548..1c7119a 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX | |||
@@ -37,24 +37,25 @@ Before compiling for MacOS-X, you need the following: | |||
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 | ||
40 | The Patch for QT-2.3.2 is provided in this directory and is called "qt232-X11.patch". | ||
41 | Please copy the file "darwin-g++-shared" from the directory "./config-files/qt-2.3.2" into the directory "configs" | ||
42 | within the qt-2.3.2 directory !! | ||
43 | |||
40 | The Patch for QT/E for Opie, including all other opie-patches is available in the | 44 | The Patch for QT/E for Opie, including all other opie-patches is available in the |
41 | qt-directory ($OPIEDIR/qt) and is called "qte237-all-macosx.patch". | 45 | qt-directory ($OPIEDIR/qt) and is called "qte237-all-macosx.patch". |
42 | To be able to compile, you have to copy the file from the directory "./config-files/qte-2.3.7" | 46 | To be able to compile, you have to copy the file from the directory "./config-files/qte-2.3.7" |
43 | into the directory "configs" within the base directory of qt/e. | 47 | into the directory "configs" within the base directory of qt/e. |
48 | Secondly, you have to copy the file "qconfig-qpe.h" from the Directory "$OPIEDIR/qt" into the "tools" directory | ||
49 | within the base directory of qt/e. Then, please add the line "#define QT_NO_SOUND" to this file. | ||
44 | 50 | ||
45 | The Patch for QT-2.3.2 is provided in this directory and is called "qt232-X11.patch". | 51 | Please read further, how to compile the stuff. |
46 | Please copy the file "darwin-g++-shared" from the directory "./config-files/qt-2.3.2" into the directory "configs" | ||
47 | within the qt-2.3.2 directory !! | ||
48 | |||
49 | If your buildsystem is working correctly, you should be able to build | ||
50 | opie. | ||
51 | 52 | ||
52 | HOWTO COMPILE: | 53 | HOWTO COMPILE: |
53 | ------------- | 54 | ------------- |
54 | 55 | ||
55 | Compile QT-2.3.2: | 56 | Compile QT-2.3.2: |
56 | 57 | ||
57 | Got to into the basic directory of qt-2.3.2 and enter | 58 | Go to into the basic directory of qt-2.3.2 and enter |
58 | export QTDIR=`pwd` | 59 | export QTDIR=`pwd` |
59 | export DYLD_LIBRARY_PATH=$QTDIR/lib | 60 | export DYLD_LIBRARY_PATH=$QTDIR/lib |
60 | ./configure -no-xft -platform darwin-g++ | 61 | ./configure -no-xft -platform darwin-g++ |