author | mickeyl <mickeyl> | 2005-05-06 21:13:56 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2005-05-06 21:13:56 (UTC) |
commit | 1a4c6fd2efdb11c2bddc77126e509b5a47665715 (patch) (unidiff) | |
tree | 5d646e022dc618de806e13ebf0dc4fc77e7febd7 /README | |
parent | 4e47752ffb1083ca4426d9c08ae1c1ceb100acdb (diff) | |
download | opie-1a4c6fd2efdb11c2bddc77126e509b5a47665715.zip opie-1a4c6fd2efdb11c2bddc77126e509b5a47665715.tar.gz opie-1a4c6fd2efdb11c2bddc77126e509b5a47665715.tar.bz2 |
spelling fixes courtesy Erik Hovland - thanks!
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,17 +21,17 @@ ftp://ftp.trolltech.com/qt/source/qt-embedded-2.3.10-free.tar.bz2 | |||
21 | 21 | ||
22 | Set QTDIR to point to your qt/embedded source tree, such as: | 22 | Set QTDIR to point to your qt/embedded source tree, such as: |
23 | export QTDIR=/opt/qt-2.3.10 | 23 | export QTDIR=/opt/qt-2.3.10 |
24 | 24 | ||
25 | You need to do set the OPIEDIR environment variable: | 25 | You need to do set the OPIEDIR environment variable: |
26 | export OPIEDIR=`pwd` | 26 | export OPIEDIR=`pwd` |
27 | or | 27 | or |
28 | export OPIEDIR=~/projects/sources/opie | 28 | export OPIEDIR=~/projects/sources/opie |
29 | or whereever you placed the Opie sources. | 29 | or wherever you placed the Opie sources. |
30 | 30 | ||
31 | You need to adjust your runtime library search path, | 31 | You need to adjust your runtime library search path, |
32 | so that the Qt/Embedded and Opie libraries can be found: | 32 | so that the Qt/Embedded and Opie libraries can be found: |
33 | export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH | 33 | export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH |
34 | 34 | ||
35 | You have to apply the patches corresponding to your Qt/Embedded version | 35 | You have to apply the patches corresponding to your Qt/Embedded version |
36 | and copy the qconfig-qpe.h file to $QTDIR/src/tools: | 36 | and copy the qconfig-qpe.h file to $QTDIR/src/tools: |
37 | cd $QTDIR; cat $OPIEDIR/qt/qt-<version>.patch/qte<version>-all.patch | patch -p1 | 37 | cd $QTDIR; cat $OPIEDIR/qt/qt-<version>.patch/qte<version>-all.patch | patch -p1 |
@@ -57,20 +57,20 @@ make clean | |||
57 | make menuconfig | 57 | make menuconfig |
58 | 58 | ||
59 | Now you can move through the menu and select or deselect anything.. | 59 | Now you can move through the menu and select or deselect anything.. |
60 | Exit and save the configuration and enter "make" to build everything selected. | 60 | Exit and save the configuration and enter "make" to build everything selected. |
61 | 61 | ||
62 | Have fun! | 62 | Have fun! |
63 | 63 | ||
64 | 2. Required Libraries | 64 | 2. Required Libraries |
65 | ================ | 65 | ===================== |
66 | 66 | ||
67 | The following Libraries are used by Opie parts. | 67 | The following Libraries are used by Opie parts. |
68 | For a successful build you must install these librarys and headers. | 68 | For a successful build you must install these libraries and headers. |
69 | 69 | ||
70 | * libsdl >= 1.2.0 | 70 | * libsdl >= 1.2.0 |
71 | http://www.libsdl.org/download-1.2.php | 71 | http://www.libsdl.org/download-1.2.php |
72 | 72 | ||
73 | * libxine >= 1.0 | 73 | * libxine >= 1.0 |
74 | http://prdownloads.sourceforge.net/xine/ | 74 | http://prdownloads.sourceforge.net/xine/ |
75 | 75 | ||
76 | * libpcap >= 0.7.2 | 76 | * libpcap >= 0.7.2 |