Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2001 08:42:07 -0700
From:      Arun Sharma <arun@sharmas.dhs.org>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        freebsd-hackers@freebsd.org, freebsd-mobile@freebsd.org
Subject:   Re: libwi and KWireless
Message-ID:  <20010625084206.A25446@sharmas.dhs.org>
In-Reply-To: <Pine.BSF.4.33.0106251535080.88301-100000@herring.nlsystems.com>; from dfr@nlsystems.com on Mon, Jun 25, 2001 at 03:37:00PM %2B0100
References:  <20010625002842.A23058@sharmas.dhs.org> <Pine.BSF.4.33.0106251535080.88301-100000@herring.nlsystems.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 25, 2001 at 03:37:00PM +0100, Doug Rabson wrote:
> I can't configure it. It doesn't contain a configure script and autoconf
> doesn't seem to like the (possible misnamed?) configure.in.in file. This
> is from 4.3-stable with autoconf-2.13_1.

Try 

$ gmake -f Makefile.dist
$ cat ~/bin/kdeconfig
MOC=moc2 LIBQT=-lqt2 ./configure --with-extra-libs=/usr/local/lib
--with-qt-includes=/usr/X11R6/include/qt2
--with-extra-includes=/usr/local/include --prefix=/usr/local
--with-qt-libraries=/usr/X11R6/lib
$ kdeconfig
$ make
# make install

The above configure line corresponds to a normal 4.3-stable box with
the basic KDE ports installed.

Once installed, K -> configure panel -> Add -> Applet -> Kwireless
should display an icon in your panel.

Let me know if you're having trouble with Makefile.dist. I'll put up
a tarball with a configure script.

	-Arun

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010625084206.A25446>