Go to file
2008-10-06 16:01:04 +02:00
audio Fix coding style 2008-10-06 16:01:04 +02:00
common Fix *_bind helpers to call bind() before setsockopt(). 2008-10-06 10:23:48 -03:00
compat Don't use VERSION in a string literal 2008-08-15 00:06:07 +02:00
cups Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
doc Add first draft of AVRCP D-Bus interface specification 2008-10-03 08:52:57 +02:00
gdbus Implement support g_dbus_create_error_valist 2008-09-11 14:33:31 +03:00
include Remove L2CAP and RFCOMM timeout constants 2008-08-06 04:41:20 +02:00
input Fix uninitialized reply of multiple GetProperties methods 2008-10-03 08:29:51 +02:00
lib Update library version 2008-09-29 02:54:23 +02:00
network Remove uninitialized variable compiler warning with some gcc versions 2008-10-04 13:22:20 +02:00
plugins Check for HAL errors 2008-10-06 14:56:19 +02:00
rfcomm Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
sbc Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
scripts Remove references to hcid.conf 2008-08-28 17:42:44 +03:00
serial Fix invalid read when passing a path which happens to be freed on destroy callback function. 2008-09-23 17:54:01 -07:00
src Remove device discovery timer on device removal. 2008-09-30 15:20:31 -03:00
test Re-arrange the order in EXTRA_DIST 2008-10-05 10:59:30 +02:00
tools Improve reading of local and remote extended features 2008-09-29 02:50:06 +02:00
.gitignore Add generated telephony driver source 2008-09-01 22:32:24 +02:00
acinclude.m4 The usage of libhal is no longer required 2008-09-29 03:21:35 +02:00
AUTHORS Mention David's contributions 2008-09-13 06:26:32 +02:00
bluez.m4 Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
bluez.pc.in Improve build system 2007-12-08 21:46:12 +00:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
ChangeLog Release 4.11 2008-10-04 18:49:09 +02:00
configure.ac Release 4.11 2008-10-04 18:49:09 +02:00
COPYING Remove new page characters 2008-08-14 22:56:25 +02:00
COPYING.LIB Remove new page characters 2008-08-14 22:56:25 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am Don't install bluez.m4 anymore 2008-09-01 22:41:23 +02:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Mention the new mailing list 2008-09-11 19:58:26 +02: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-2008  Marcel Holtmann <marcel@holtmann.org>


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

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

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

To compile and install run:
	make && make install


Information
===========

Mailing lists:
	linux-bluetooth@vger.kernel.org

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