summaryrefslogtreecommitdiff
authormickeyl <mickeyl>2003-01-08 13:55:06 (UTC)
committer mickeyl <mickeyl>2003-01-08 13:55:06 (UTC)
commit9d9dea186bbfe115a0765efc33ebd55213657415 (patch) (unidiff)
treef5f7f52abe6cc76994bd274a52c6ce719787e5ea
parentb045fbcef79e677f95999682ae3cfe684f623f54 (diff)
downloadopie-9d9dea186bbfe115a0765efc33ebd55213657415.zip
opie-9d9dea186bbfe115a0765efc33ebd55213657415.tar.gz
opie-9d9dea186bbfe115a0765efc33ebd55213657415.tar.bz2
added instructions for building a standalone Wellenreiter (build for Qt3/X11)
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/README17
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
@@ -19,6 +19,8 @@ Release Notes for Opie-ALPHA Version January 2002
19= Build = 19= Build =
20===================== 20=====================
21 21
22(I) Opie Build Environment
23
22To compile Wellenreiter within the Opie build environment, add the 24To compile Wellenreiter within the Opie build environment, add the
23following directories to $OPIEDIR/Makefile, e.g. to 'NONAPPS=' 25following directories to $OPIEDIR/Makefile, e.g. to 'NONAPPS='
24 26
@@ -29,8 +31,10 @@ noncore/net/wellenreiter/gui
29 31
30./configure and rebuild. Note that you need libpcap in your toolchain. 32./configure and rebuild. Note that you need libpcap in your toolchain.
31 33
34(II) OpenZaurus Build Environment
35
32To compile Wellenreiter within the OZ build environment, add the 36To compile Wellenreiter within the OZ build environment, add the
33following lines to $OPIEDIR/packages 37following lines to $OPIEDIR/packages:
34CONFIG_WELLENREITER noncore/net/wellenreiter/libwellenreiter libwellenreiter.pro 38CONFIG_WELLENREITER noncore/net/wellenreiter/libwellenreiter libwellenreiter.pro
35CONFIG_WELLENREITER noncore/net/wellenreiter/daemon daemon.pro 39CONFIG_WELLENREITER noncore/net/wellenreiter/daemon daemon.pro
36CONFIG_WELLENREITER noncore/net/wellenreiter/gui gui.pro 40CONFIG_WELLENREITER noncore/net/wellenreiter/gui gui.pro
@@ -40,12 +44,21 @@ make -f Makefile.test clean-configs
40cd <BUILDROOT> 44cd <BUILDROOT>
41make SUBDIRS=packages/opie package 45make SUBDIRS=packages/opie package
42 46
47(III) To compile a standalone Wellenreiter for X11, you need Qt3 and the development
48packages for Qt3, e.g. libqt3-devel. Assuming, $OPIEDIR and $QTDIR is set to Opie resp.
49Qt (e.g. /usr/lib/qt3), do the following:
50export QMAKESPEC=$OPIEDIR/mkspecs/linux-g++
51cd $OPIEDIR/noncore/net/wellenreiter
52qmake -makefile wellenreiter.pro
53make qmake
54make
55
43===================== 56=====================
44= Install = 57= Install =
45===================== 58=====================
46 59
47Alternatively, you can use our precompiled ipk. Get it from 60Alternatively, you can use our precompiled ipk. Get it from
48http://opie.net.wox.org/wellenreiter/current/. This also includes a recent libpcap. 61http://opie.net.wox.org/wellenreiter/. This also includes a recent libpcap.
49 62
50===================== 63=====================
51= Run = 64= Run =