-rw-r--r-- | noncore/net/wellenreiter/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/README b/noncore/net/wellenreiter/README index af2e611..ada9321 100644 --- a/noncore/net/wellenreiter/README +++ b/noncore/net/wellenreiter/README | |||
@@ -21,2 +21,4 @@ Release Notes for Opie-ALPHA Version January 2002 | |||
21 | 21 | ||
22 | (I) Opie Build Environment | ||
23 | |||
22 | To compile Wellenreiter within the Opie build environment, add the | 24 | To compile Wellenreiter within the Opie build environment, add the |
@@ -31,4 +33,6 @@ noncore/net/wellenreiter/gui | |||
31 | 33 | ||
34 | (II) OpenZaurus Build Environment | ||
35 | |||
32 | To compile Wellenreiter within the OZ build environment, add the | 36 | To compile Wellenreiter within the OZ build environment, add the |
33 | following lines to $OPIEDIR/packages | 37 | following lines to $OPIEDIR/packages: |
34 | CONFIG_WELLENREITER noncore/net/wellenreiter/libwellenreiter libwellenreiter.pro | 38 | CONFIG_WELLENREITER noncore/net/wellenreiter/libwellenreiter libwellenreiter.pro |
@@ -42,2 +46,11 @@ make SUBDIRS=packages/opie package | |||
42 | 46 | ||
47 | (III) To compile a standalone Wellenreiter for X11, you need Qt3 and the development | ||
48 | packages for Qt3, e.g. libqt3-devel. Assuming, $OPIEDIR and $QTDIR is set to Opie resp. | ||
49 | Qt (e.g. /usr/lib/qt3), do the following: | ||
50 | export QMAKESPEC=$OPIEDIR/mkspecs/linux-g++ | ||
51 | cd $OPIEDIR/noncore/net/wellenreiter | ||
52 | qmake -makefile wellenreiter.pro | ||
53 | make qmake | ||
54 | make | ||
55 | |||
43 | ===================== | 56 | ===================== |
@@ -47,3 +60,3 @@ make SUBDIRS=packages/opie package | |||
47 | Alternatively, you can use our precompiled ipk. Get it from | 60 | Alternatively, you can use our precompiled ipk. Get it from |
48 | http://opie.net.wox.org/wellenreiter/current/. This also includes a recent libpcap. | 61 | http://opie.net.wox.org/wellenreiter/. This also includes a recent libpcap. |
49 | 62 | ||