summaryrefslogtreecommitdiff
path: root/README
authorar <ar>2003-12-08 17:38:55 (UTC)
committer ar <ar>2003-12-08 17:38:55 (UTC)
commitac49d8a09fe739ed451c632e154a409f142cefcd (patch) (unidiff)
tree76859971b814846957aa7d77b680f44e52535528 /README
parent24cc41da3317445fd2f69a4be429968b447b8276 (diff)
downloadopie-ac49d8a09fe739ed451c632e154a409f142cefcd.zip
opie-ac49d8a09fe739ed451c632e154a409f142cefcd.tar.gz
opie-ac49d8a09fe739ed451c632e154a409f142cefcd.tar.bz2
add needed librarys and clean up a little bit
Diffstat (limited to 'README') (more/less context) (show whitespace changes)
-rw-r--r--README50
1 files changed, 33 insertions, 17 deletions
diff --git a/README b/README
index 38d334b..2d04968 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
1How to use the new build system 11. How to use the new build system
2=============================== 2===============================
3There's a great document at: 3There's a great document at:
4 4
@@ -13,9 +13,12 @@ That 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 14
15 15
16Qt embedded is available at: 16The recommended version of Qt embedded is qt-embedded-2.3.7
17
18You can get it from:
17ftp://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
18or in that directory. 20Other version will found in that directory.
21
19 22
20Set QTDIR to point to your qt/embedded source tree, such as: 23Set QTDIR to point to your qt/embedded source tree, such as:
21 24
@@ -30,23 +33,12 @@ or where ever you placed Opie sources.
30and then do: 33and then do:
31export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH 34export LD_LIBRARY_PATH=$OPIEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
32 35
33You will want to apply the patches in the $OPIEDIR/qt directory to qt-embedded-2.3.7 36You 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
35patch, unless you are compiling for simpad. 38patch, unless you are compiling for simpad.
36 39
37qte234-for-opie091-gfxraster.patch 40cd $QTDIR; cat $OPIEDIR/qt/qte<version>*.patch | patch -p0
38qte234-for-opie091-listview.patch
39qte234-for-opie091-override.patch
40qte234-for-opie091-qtoolbutton.patch
41qte234-for-opie091-setpalette.patch
42qte234-for-opie091-sigsegv.patch
43qte234-for-opie091-style.patch
44qte234-for-opie091-unpolish.patch
45 41
46cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0
47
48OR just apply the one
49cd $QTDIR; cat $OPIEDIR/qt/qte237-all.patch | patch -p0
50 42
51 43
52 44
@@ -100,6 +92,30 @@ make clean-configs
100is a useful one. 92is a useful one.
101 93
102 94
103
104Ciao, Stefan 95Ciao, Stefan
105and ljp <lpotter@trolltech.com> 96and ljp <lpotter@trolltech.com>
97
98
992. Used Libraries
100================
101
102The following Libraries are used in Opie.
103For a successfull build you must install these librarys and headers.
104The versions are known-good versions. If you successfully try newer ones,
105commit 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