All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Getting in touch with libs2 and utils2
@ 2003-12-14 21:08 Marcel Holtmann
  2003-12-17 21:03 ` Charles Bueche
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2003-12-14 21:08 UTC (permalink / raw)
  To: BlueZ Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-17 22:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-14 21:08 [Bluez-devel] Getting in touch with libs2 and utils2 Marcel Holtmann
2003-12-17 21:03 ` Charles Bueche
2003-12-17 22:02   ` Marcel Holtmann

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.