summaryrefslogtreecommitdiff
path: root/README
authorllornkcor <llornkcor>2003-11-09 03:35:43 (UTC)
committer llornkcor <llornkcor>2003-11-09 03:35:43 (UTC)
commitdf7ce28bfc8aa13a0ebe349255bd7e66bf1080ed (patch) (unidiff)
treeca16370b48afc0547151cb114bc76409826a28d5 /README
parent828194eacd34d96ef36d1e4208146aa6cd8fb61d (diff)
downloadopie-df7ce28bfc8aa13a0ebe349255bd7e66bf1080ed.zip
opie-df7ce28bfc8aa13a0ebe349255bd7e66bf1080ed.tar.gz
opie-df7ce28bfc8aa13a0ebe349255bd7e66bf1080ed.tar.bz2
added more instructions to this
Diffstat (limited to 'README') (more/less context) (show whitespace changes)
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 6887499..f789171 100644
--- a/README
+++ b/README
@@ -35,26 +35,25 @@ You will want to apply the patches in the $OPIEDIR/qt directory to qt-embedded-2
35qte234-for-opie091-gfxraster.patch 35qte234-for-opie091-gfxraster.patch
36qte234-for-opie091-listview.patch 36qte234-for-opie091-listview.patch
37qte234-for-opie091-override.patch 37qte234-for-opie091-override.patch
38qte234-for-opie091-qtoolbutton.patch 38qte234-for-opie091-qtoolbutton.patch
39qte234-for-opie091-setpalette.patch 39qte234-for-opie091-setpalette.patch
40qte234-for-opie091-sigsegv.patch 40qte234-for-opie091-sigsegv.patch
41qte234-for-opie091-style.patch 41qte234-for-opie091-style.patch
42qte234-for-opie091-unpolish.patch 42qte234-for-opie091-unpolish.patch
43 43
44cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0 44cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0
45 45
46OR just apply the one 46OR just apply the one
47cd $QTDIR; cat $OPIEDIR/qt/patches qte237-all.patch | patch -p0 47cd $QTDIR; cat $OPIEDIR/qt/qte237-all.patch | patch -p0
48
49 48
50 49
51*NOTE* You can skip the qte234-for-opie091-simpad.patch 50*NOTE* You can skip the qte234-for-opie091-simpad.patch
52patch, unless you are compiling for simpad. 51patch, unless you are compiling for simpad.
53 52
54cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0 53cd $QTDIR; cat $OPIEDIR/qt/qte234*.patch | patch -p0
55 54
56 55
57Now Qt Embedded is patched and ready to go! You are ready to configure and make qt embedded. 56Now Qt Embedded is patched and ready to go! You are ready to configure and make qt embedded.
58 57
59I run this script to configure qte 58I run this script to configure qte
60------------------- start script 59------------------- start script