summaryrefslogtreecommitdiff
authorzecke <zecke>2004-01-25 13:01:01 (UTC)
committer zecke <zecke>2004-01-25 13:01:01 (UTC)
commit4b0940b524d672814b6ec62161b3d02825fb5da0 (patch) (unidiff)
treef4fa27d4c53f4ab28470e0d94b0b8da7a2ca5a43
parent2b833a0d03f3f2bb21c897c5b6d84c0d98155306 (diff)
downloadopie-4b0940b524d672814b6ec62161b3d02825fb5da0.zip
opie-4b0940b524d672814b6ec62161b3d02825fb5da0.tar.gz
opie-4b0940b524d672814b6ec62161b3d02825fb5da0.tar.bz2
-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
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index cb7d5d4..3881652 100644
--- a/README
+++ b/README
@@ -12,57 +12,62 @@ compiled and linked against qt-x11.
12That means you must download and configure/make it. 12That means you must download and configure/make it.
13wget ftp://ftp.trolltech.com/qt/source/qt-x11-2.3.2.tar.gz 13wget ftp://ftp.trolltech.com/qt/source/qt-x11-2.3.2.tar.gz
14(Alternatively, you can get static binaries from http://www.vanille.de/tools) 14(Alternatively, you can get static binaries from http://www.vanille.de/tools)
15 15
16The recommended version of Qt embedded is qt-embedded-2.3.7 16The recommended version of Qt embedded is qt-embedded-2.3.7
17 17
18You can get it from: 18You can get it from:
19ftp://ftp.trolltech.com/qt/source/qt-embedded-2.3.7.tar.bz2 19ftp://ftp.trolltech.com/qt/source/qt-embedded-2.3.7.tar.bz2
20 20
21Set QTDIR to point to your qt/embedded source tree, such as: 21Set QTDIR to point to your qt/embedded source tree, such as:
22export QTDIR=/opt/qt-2.3.7 22export QTDIR=/opt/qt-2.3.7
23 23
24You need to do set the OPIEDIR environment variable: 24You need to do set the OPIEDIR environment variable:
25export OPIEDIR=`pwd` 25export OPIEDIR=`pwd`
26or 26or
27export OPIEDIR=~/projects/sources/opie 27export OPIEDIR=~/projects/sources/opie
28or whereever you placed the Opie sources. 28or whereever you placed the Opie sources.
29 29
30You need to adjust your runtime library search path, 30You need to adjust your runtime library search path,
31so that the Qt/Embedded and Opie libraries can be found: 31so that the Qt/Embedded and Opie libraries can be found:
32export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH 32export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
33 33
34You have to apply the qte<version>-all.patch to the Qt/Embedded 34You have to apply the qte<version>-all.patch to the Qt/Embedded
35sources and copy the qconfig-qpe.h file to $QTDIR/src/tools: 35sources and copy the qconfig-qpe.h file to $QTDIR/src/tools:
36cd $QTDIR; cat $OPIEDIR/qt/qte<version>*.patch | patch -p0 36cd $QTDIR; cat $OPIEDIR/qt/qte<version>*.patch | patch -p1
37cp $OPIEDIR/qt/qpe-config.h $QTDIR/src/tools 37cp $OPIEDIR/qt/qconfig-qpe.h $QTDIR/src/tools
38 38
39You are now ready to configure and build Qt/Embedded 39You are now ready to configure and build Qt/Embedded
40 40
41cd $QTDIR 41cd $QTDIR
42echo 'yes' | ./configure -qconfig qpe -depths 4,16,24,32 -system-jpeg -system-libpng -system-zlib -no-xft -qvfb 42echo 'yes' | ./configure -qconfig qpe -depths 4,16,24,32 -system-jpeg -system-libpng -system-zlib -no-xft -qvfb
43make 43make
44 44
45Note that the above command ( -qvfb ) compiles in the Virtual
46Framebuffer and is mostly meant on your host system. For cross
47compiling you will need to use the -xplatform switch but call
48./configure --help to see your options.
49
45Once you have these compiled, be sure to set the PATH to ensure your (cross)compiler 50Once you have these compiled, be sure to set the PATH to ensure your (cross)compiler
46is available. 51is available.
47 52
48Then do the following in the opie source tree: 53Then do the following in the opie source tree:
49 54
50make clean 55make clean
51make menuconfig 56make menuconfig
52 57
53Now you can move through the menu and select or deselect anything.. 58Now you can move through the menu and select or deselect anything..
54Exit and save the configuration and enter "make" to create opie... 59Exit and save the configuration and enter "make" to create opie...
55 60
56Have fun with it ! 61Have fun with it !
57 62
58If you get into trouble there are other makefile targets 63If you get into trouble there are other makefile targets
59 64
60make clean-configs 65make clean-configs
61is a useful one. 66is a useful one.
62 67
632. Used Libraries 682. Used Libraries
64================ 69================
65 70
66The following Libraries are used in Opie. 71The following Libraries are used in Opie.
67For a successful build you must install these librarys and headers. 72For a successful build you must install these librarys and headers.
68The versions are known-good versions. If you successfully try newer ones, 73The versions are known-good versions. If you successfully try newer ones,