author | ar <ar> | 2003-12-08 17:38:55 (UTC) |
---|---|---|
committer | ar <ar> | 2003-12-08 17:38:55 (UTC) |
commit | ac49d8a09fe739ed451c632e154a409f142cefcd (patch) (unidiff) | |
tree | 76859971b814846957aa7d77b680f44e52535528 /README | |
parent | 24cc41da3317445fd2f69a4be429968b447b8276 (diff) | |
download | opie-ac49d8a09fe739ed451c632e154a409f142cefcd.zip opie-ac49d8a09fe739ed451c632e154a409f142cefcd.tar.gz opie-ac49d8a09fe739ed451c632e154a409f142cefcd.tar.bz2 |
add needed librarys and clean up a little bit
-rw-r--r-- | README | 60 |
1 files changed, 38 insertions, 22 deletions
@@ -1,2 +1,2 @@ | |||
1 | How to use the new build system | 1 | 1. How to use the new build system |
2 | =============================== | 2 | =============================== |
@@ -10,3 +10,3 @@ http://handhelds.org/~zecke/apidocs/index.html | |||
10 | 10 | ||
11 | You will need qvfb, designer, and uic from a qt-x11-2.3.2 package. | 11 | You will need qvfb, designer, and uic from a qt-x11-2.3.2 package. |
12 | That means you must download and configure/make it. | 12 | That means you must download and configure/make it. |
@@ -15,5 +15,8 @@ wget ftp://ftp.trolltech.com/qt/source/qt-x11-2.3.2.tar.gz | |||
15 | 15 | ||
16 | Qt embedded is available at: | 16 | The recommended version of Qt embedded is qt-embedded-2.3.7 |
17 | |||
18 | You can get it from: | ||
17 | ftp://ftp.trolltech.com/qt/source/qt-embedded-2.3.7.tar.bz2 | 19 | ftp://ftp.trolltech.com/qt/source/qt-embedded-2.3.7.tar.bz2 |
18 | or in that directory. | 20 | Other version will found in that directory. |
21 | |||
19 | 22 | ||
@@ -23,5 +26,5 @@ export QTDIR=/opt/qt-2.3.7 | |||
23 | 26 | ||
24 | Then you need to do | 27 | Then you need to do |
25 | export OPIEDIR=`pwd` | 28 | export OPIEDIR=`pwd` |
26 | or | 29 | or |
27 | export OPIEDIR=~/projects/sources/opie | 30 | export OPIEDIR=~/projects/sources/opie |
@@ -32,19 +35,8 @@ export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH | |||
32 | 35 | ||
33 | You will want to apply the patches in the $OPIEDIR/qt directory to qt-embedded-2.3.7 | 36 | You will want to apply the patches in the $OPIEDIR/qt directory to qt-embedded |
34 | *NOTE* You can skip the qte234-for-opie091-simpad.patch | 37 | *NOTE* You can skip the qte234-for-opie091-simpad.patch |
35 | patch, unless you are compiling for simpad. | 38 | patch, unless you are compiling for simpad. |
36 | 39 | ||
37 | qte234-for-opie091-gfxraster.patch | 40 | cd $QTDIR; cat $OPIEDIR/qt/qte<version>*.patch | patch -p0 |
38 | qte234-for-opie091-listview.patch | ||
39 | qte234-for-opie091-override.patch | ||
40 | qte234-for-opie091-qtoolbutton.patch | ||
41 | qte234-for-opie091-setpalette.patch | ||
42 | qte234-for-opie091-sigsegv.patch | ||
43 | qte234-for-opie091-style.patch | ||
44 | qte234-for-opie091-unpolish.patch | ||
45 | 41 | ||
46 | cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0 | ||
47 | |||
48 | OR just apply the one | ||
49 | cd $QTDIR; cat $OPIEDIR/qt/qte237-all.patch | patch -p0 | ||
50 | 42 | ||
@@ -83,3 +75,3 @@ configure_make; | |||
83 | 75 | ||
84 | Once you have these compiled, be sure to set the PATH to ensure your (cross)compiler | 76 | Once you have these compiled, be sure to set the PATH to ensure your (cross)compiler |
85 | is available. | 77 | is available. |
@@ -102,4 +94,28 @@ is a useful one. | |||
102 | 94 | ||
103 | |||
104 | Ciao, Stefan | 95 | Ciao, Stefan |
105 | and ljp <lpotter@trolltech.com> | 96 | and ljp <lpotter@trolltech.com> |
97 | |||
98 | |||
99 | 2. Used Libraries | ||
100 | ================ | ||
101 | |||
102 | The following Libraries are used in Opie. | ||
103 | For a successfull build you must install these librarys and headers. | ||
104 | The versions are known-good versions. If you successfully try newer ones, | ||
105 | commit a new README or send mail to opie-devel@handhelds.org | ||
106 | |||
107 | * libsdl 1.2 | ||
108 | http://www.libsdl.org/download-1.2.php | ||
109 | |||
110 | * libxine 1.0 beta 11 | ||
111 | http://prdownloads.sourceforge.net/xine/ | ||
112 | |||
113 | * libpcap 0.7.2 | ||
114 | http://www.tcpdump.org/release/ | ||
115 | |||
116 | * libetpan 0.30 + patch (in CVS) | ||
117 | http://prdownloads.sourceforge.net/libetpan/ | ||
118 | |||
119 | * libsqlite 2.8.6 | ||
120 | http://www.sqlite.org/download.html | ||
121 | |||