All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ Mailing List <bluez-devel@lists.sourceforge.net>
Subject: [Bluez-devel] Getting in touch with libs2 and utils2
Date: Sun, 14 Dec 2003 22:08:59 +0100	[thread overview]
Message-ID: <1071436139.4356.124.camel@pegasus> (raw)

Hi Folks,

this is a mini HOWTO to give you directions how to test the new
generations of the Bluetooth library and utils. For most people the
important thing will be the HID support ;)

The first thing I have to tell you is that this code is only available
in CVS and until the new Bluetooth device manager and SDP daemon are not
ready this will definitely not change. So you have to check out the
libs2 and utils2 repositories by yourself. If you have done so, you can
use this commands to install them without effecting anything of your
current Bluetooth setups.

	cd libs2
	./bootstrap
	./configure --prefix=/opt/bluetooth
	make && make install

	cd utils2
	./bootstrap
	./configure --prefix=/opt/bluetooth --with-bluetooth=/opt/bluetooth
	make && make install

After that you have installed your software under /opt/bluetooth or any
other prefix you have choosen. At the moment we don't link the library
search path into the programs so you have to modify your /etc/ld.so.conf
to make your library found by the loader.

	echo /opt/bluetooth/lib >> /etc/ld.so.conf
	ldconfig

Feel free to play with it and send bug reports to the mailing list.

Regards

Marcel




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

             reply	other threads:[~2003-12-14 21:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-14 21:08 Marcel Holtmann [this message]
2003-12-17 21:03 ` [Bluez-devel] Getting in touch with libs2 and utils2 Charles Bueche
2003-12-17 22:02   ` Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1071436139.4356.124.camel@pegasus \
    --to=marcel@holtmann.org \
    --cc=bluez-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.