Go to file
2006-06-14 11:22:19 +00:00
alsa Update copyright information 2006-01-03 13:28:56 +00:00
common Use gpointer instead of void * 2006-06-06 00:32:46 +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 Fix dialup/lan access service record mess 2006-05-23 12:48:37 +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 Remove BondingFailed signal for now 2006-06-09 15:29:43 +00:00
hidd Build a generic helper library 2006-06-04 12:09:30 +00:00
pand Update more manual pages 2006-06-04 13:05:36 +00:00
rfcomm Handle EOPNOTSUPP errors 2006-06-04 15:45:42 +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 Add support for changing Broadcom device addresses 2006-06-14 11:03:30 +00:00
tools Adapt possible record range 2006-06-14 11:01:32 +00:00
acinclude.m4 Remove PCMCIA relics 2006-06-06 00:08:22 +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 Mention the requirement for bluez-libs-3.0 2006-06-09 18:37:26 +00:00
configure.in Update changelog and bump version number 2006-06-09 18:32:53 +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 Update copyright information 2006-01-03 13:28:56 +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
	- 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