Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/README b/README index 4003722..78eb5f1 100644 --- a/ README+++ b/ README |
|
@@ -28,17 +28,17 @@ export OPIEDIR=~/projects/sources/opie |
28 | or whereever you placed the Opie sources. |
28 | or whereever you placed the Opie sources. |
29 | |
29 | |
30 | You need to adjust your runtime library search path, |
30 | You need to adjust your runtime library search path, |
31 | so that the Qt/Embedded and Opie libraries can be found: |
31 | so that the Qt/Embedded and Opie libraries can be found: |
32 | export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH |
32 | export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH |
33 | |
33 | |
34 | You have to apply the qte<version>-all.patch to the Qt/Embedded |
34 | You have to apply the qte<version>-all.patch to the Qt/Embedded |
35 | sources and copy the qconfig-qpe.h file to $QTDIR/src/tools: |
35 | sources and copy the qconfig-qpe.h file to $QTDIR/src/tools: |
36 | cd $QTDIR; cat $OPIEDIR/qt/qte<version>-all.patch | patch -p1 |
36 | cd $QTDIR; cat $OPIEDIR/qt/qt-<version>.patch/qte<version>-all.patch | patch -p1 |
37 | cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools |
37 | cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools |
38 | |
38 | |
39 | You are now ready to configure and build Qt/Embedded |
39 | You are now ready to configure and build Qt/Embedded |
40 | |
40 | |
41 | cd $QTDIR |
41 | cd $QTDIR |
42 | echo 'yes' | ./configure -qconfig qpe -depths 4,16,24,32 -system-jpeg -system-libpng -system-zlib -no-xkb -no-sm -no-xft -qvfb |
42 | echo 'yes' | ./configure -qconfig qpe -depths 4,16,24,32 -system-jpeg -system-libpng -system-zlib -no-xkb -no-sm -no-xft -qvfb |
43 | make |
43 | make |
44 | |
44 | |
|