author | mickeyl <mickeyl> | 2003-01-08 13:55:06 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-01-08 13:55:06 (UTC) |
commit | 9d9dea186bbfe115a0765efc33ebd55213657415 (patch) (side-by-side diff) | |
tree | f5f7f52abe6cc76994bd274a52c6ce719787e5ea | |
parent | b045fbcef79e677f95999682ae3cfe684f623f54 (diff) | |
download | opie-9d9dea186bbfe115a0765efc33ebd55213657415.zip opie-9d9dea186bbfe115a0765efc33ebd55213657415.tar.gz opie-9d9dea186bbfe115a0765efc33ebd55213657415.tar.bz2 |
added instructions for building a standalone Wellenreiter (build for Qt3/X11)
-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 +(I) Opie Build Environment + To compile Wellenreiter within the Opie build environment, add the @@ -31,4 +33,6 @@ noncore/net/wellenreiter/gui +(II) OpenZaurus Build Environment + To compile Wellenreiter within the OZ build environment, add the -following lines to $OPIEDIR/packages +following lines to $OPIEDIR/packages: CONFIG_WELLENREITER noncore/net/wellenreiter/libwellenreiter libwellenreiter.pro @@ -42,2 +46,11 @@ make SUBDIRS=packages/opie package +(III) To compile a standalone Wellenreiter for X11, you need Qt3 and the development +packages for Qt3, e.g. libqt3-devel. Assuming, $OPIEDIR and $QTDIR is set to Opie resp. +Qt (e.g. /usr/lib/qt3), do the following: +export QMAKESPEC=$OPIEDIR/mkspecs/linux-g++ +cd $OPIEDIR/noncore/net/wellenreiter +qmake -makefile wellenreiter.pro +make qmake +make + ===================== @@ -47,3 +60,3 @@ make SUBDIRS=packages/opie package Alternatively, you can use our precompiled ipk. Get it from -http://opie.net.wox.org/wellenreiter/current/. This also includes a recent libpcap. +http://opie.net.wox.org/wellenreiter/. This also includes a recent libpcap. |