From 4b0940b524d672814b6ec62161b3d02825fb5da0 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 25 Jan 2004 13:01:01 +0000 Subject: -First use -p1 for patching! -Also fix the filename of qpe-config.h to qconfig-qpe.h -Then state what you need to do for cross compiling Qt/E (-xplatform) Spotted by RamaSubbuSK on irc --- (limited to 'README') diff --git a/README b/README index cb7d5d4..3881652 100644 --- a/README +++ b/README @@ -33,8 +33,8 @@ export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH You have to apply the qte-all.patch to the Qt/Embedded sources and copy the qconfig-qpe.h file to $QTDIR/src/tools: -cd $QTDIR; cat $OPIEDIR/qt/qte*.patch | patch -p0 -cp $OPIEDIR/qt/qpe-config.h $QTDIR/src/tools +cd $QTDIR; cat $OPIEDIR/qt/qte*.patch | patch -p1 +cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools You are now ready to configure and build Qt/Embedded @@ -42,6 +42,11 @@ cd $QTDIR echo 'yes' | ./configure -qconfig qpe -depths 4,16,24,32 -system-jpeg -system-libpng -system-zlib -no-xft -qvfb make +Note that the above command ( -qvfb ) compiles in the Virtual +Framebuffer and is mostly meant on your host system. For cross +compiling you will need to use the -xplatform switch but call +./configure --help to see your options. + Once you have these compiled, be sure to set the PATH to ensure your (cross)compiler is available. -- cgit v0.9.0.2