Go to file
2006-07-06 10:58:43 +00:00
alsa Update copyright information 2006-01-03 13:28:56 +00:00
common Fixed timeout for pending reply 2006-06-30 18:59:27 +00:00
cups Update copyright information 2006-01-03 13:28:56 +00:00
daemon Build a generic helper library 2006-06-04 12:09:30 +00:00
dund Sleep only 100 msecs for device detection 2006-07-06 10:58:43 +00:00
extra Update copyright information 2006-01-03 13:28:56 +00:00
fuse Update copyright information 2006-01-03 13:28:56 +00:00
hcid Add Inquiry Result with RSSI support for another Broadcom dongle 2006-07-04 13:36:44 +00:00
hidd Add option for boot protocol only mode 2006-07-05 19:32:15 +00:00
pand Update more manual pages 2006-06-04 13:05:36 +00:00
rfcomm Sleep only 100 msecs for device detection 2006-07-06 09:31:03 +00:00
scripts Remove create_dev script 2006-06-06 00:10:35 +00:00
sdpd Fix busy loop in UUID extraction routine 2006-06-14 11:22:19 +00:00
test Allow connects to multiple remote devices 2006-07-05 18:53:18 +00:00
tools Include sys/param.h for PATH_MAX when cross-compiling 2006-06-27 07:33:36 +00:00
acinclude.m4 Only check for the low-level D-Bus library 2006-06-20 08:32:27 +00:00
AUTHORS Update list of authors 2006-03-13 21:57:21 +00:00
bootstrap Update bootstrap stuff 2005-10-26 22:40:59 +00:00
bootstrap-configure Remove PCMCIA relics 2006-06-06 00:08:22 +00:00
ChangeLog Update changelog and bump version number 2006-06-17 12:29:05 +00:00
configure.in Update changelog and bump version number 2006-06-17 12:29:05 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Remove PCMCIA relics 2006-06-06 00:08:22 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Mention the D-Bus requirement 2006-06-17 08:22:52 +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-2006  Marcel Holtmann <marcel@holtmann.org>

Bluetooth utilities


Compilation and installation
============================

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

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

To compile and install run:
	make && make install


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