|
diff --git a/README b/README index 9fe690e..5509741 100644 --- a/ README+++ b/ README |
|
@@ -23,13 +23,13 @@ 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 |
@@ -59,16 +59,16 @@ make menuconfig |
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/ |
|