-rw-r--r-- | development/macosx/README_MACOSX | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index a468700..5069a2e 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX | |||
@@ -7,6 +7,7 @@ Credits: | |||
7 | Special thanks to Andreas Junghans (webmaster@lucid-cake.net) for its patches for qt-X11 (2.3.2), | 7 | Special thanks to Andreas Junghans (webmaster@lucid-cake.net) for its patches for qt-X11 (2.3.2), |
8 | QT/E (2.3.5) and qtopia (1.6.1). | 8 | QT/E (2.3.5) and qtopia (1.6.1). |
9 | Without them, I wouldn't be able to provide the port for OPIE to MacOS-X that fast.. | 9 | Without them, I wouldn't be able to provide the port for OPIE to MacOS-X that fast.. |
10 | Thanks to Juergen Graf to debug this very generic README ! | ||
10 | 11 | ||
11 | Status: | 12 | Status: |
12 | ------- | 13 | ------- |
@@ -67,6 +68,9 @@ export DYLD_LIBRARY_PATH=$QTDIR/lib | |||
67 | ./configure -platform darwin-generic-g++ -qconfig qpe -qvfb -depths 4,8,16,32 | 68 | ./configure -platform darwin-generic-g++ -qconfig qpe -qvfb -depths 4,8,16,32 |
68 | make | 69 | make |
69 | 70 | ||
71 | Now create a link for the uic of qt-2.3.2 into the bin-directory of qt/e 2.3.7 ! | ||
72 | Otherwise OPIE will fail to compile ! | ||
73 | |||
70 | Compile OPIE: | 74 | Compile OPIE: |
71 | Set your environment | 75 | Set your environment |
72 | (You may use the script "set_vars.sh" to set your variables successfully ! | 76 | (You may use the script "set_vars.sh" to set your variables successfully ! |