Go to file
2004-11-18 08:23:23 +00:00
cups Print a dummy device list when called with no arguments 2004-08-18 10:38:50 +00:00
dund Add experimental mRouter support 2004-11-11 18:25:46 +00:00
extra Check for usb_get_busses() and usb_interrupt_read() 2004-08-12 13:17:11 +00:00
hcid Inherit the device specific options from the default 2004-11-14 02:17:58 +00:00
hidd Add --nosdp option for devices with resource limitation 2004-11-15 17:34:40 +00:00
pand Add support for secure mode 2004-11-18 08:23:23 +00:00
pcmcia Add support for the Zoom PCMCIA card 2004-10-11 09:52:09 +00:00
rfcomm Make use of CONFIGDIR 2004-08-09 08:01:36 +00:00
scripts Make the installation of the init scripts and bluepin optional 2004-08-12 12:47:37 +00:00
sdpd Change dynamic assignment of record handles to a more standard one 2004-10-01 11:40:15 +00:00
test Add parameter for activating secure mode 2004-11-17 08:28:52 +00:00
tools Add build ids for BlueCore3-ROM 2004-11-18 07:53:06 +00:00
acinclude.m4 Add checks for the ALSA library 2004-11-11 18:22:27 +00:00
AUTHORS Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
bootstrap Don't use --force-missing 2004-07-15 18:26:55 +00:00
ChangeLog Update changelog and bump version number 2004-11-11 18:36:43 +00:00
configure.in Update changelog and bump version number 2004-11-11 18:36:43 +00:00
COPYING Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
INSTALL Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
Makefile.am Remove RPM spec file 2004-07-29 09:27:17 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README The USB library is needed for hid2hci and bcm203x 2004-07-29 09:47:31 +00:00

BlueZ - Bluetooth protocol stack for Linux

Copyright (C) 2000-2001  Qualcomm Incorporated
Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
Copyright (C) 2002-2004  Marcel Holtmann <marcel@holtmann.org>

Bluetooth utilities


1. Compilation and installation

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- USB library
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
 
Configure automatically searches for all required components and packages. 

To compile and install run:
	make install


2. Information

Mailing lists:
	bluez-users@lists.sf.net - BlueZ general questions and discussions
	bluez-devel@lists.sf.net - BlueZ development 

For additional information about the project visit BlueZ web site:
	http://www.bluez.org