Go to file
2008-10-24 13:44:16 +03:00
audio Use g_clear_error(&err) instead of g_error_free(err); err = NULL 2008-10-24 13:44:16 +03:00
common Fix PS3 BD remote input event generation 2008-10-14 09:32:07 +03:00
compat Fix another format string warning 2008-10-20 01:40:41 +03:00
cups Add temporary fix for the CUPS compile issue 2008-09-06 18:55:26 +02:00
doc Add documentation for Icon property 2008-10-23 23:00:45 +02:00
gdbus Add g_dbus_add_service_watch() implementation 2008-10-17 19:18:51 +02:00
include Remove L2CAP and RFCOMM timeout constants 2008-08-06 04:41:20 +02:00
input Include sixpair.c in the distribution 2008-10-17 00:13:07 +02:00
lib Increase library version number 2008-10-20 00:56:24 +02:00
network Use g_clear_error(&err) instead of g_error_free(err); err = NULL 2008-10-24 13:44:16 +03:00
plugins Remember to remove the name listener in path_unregister 2008-10-20 14:36:21 +03: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 Update udev rules for udev 098 and newer 2008-10-16 01:38:39 +02:00
serial Fix fallouts due to GDBusWatchFunction changes 2008-10-17 18:43:48 +02:00
src Use g_clear_error(&err) instead of g_error_free(err); err = NULL 2008-10-24 13:44:16 +03:00
test Re-arrange the order in EXTRA_DIST 2008-10-05 10:59:30 +02:00
tools Add support for Dell Wireless 365 2008-10-23 06:40:29 +02:00
.gitignore Add all binary programs to .gitignore 2008-10-20 00:54:29 +02:00
acinclude.m4 Use dlopen() directly and don't depend on GModule 2008-10-18 19:03:30 +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.16 2008-10-21 18:55:20 +02:00
configure.ac Release 4.16 2008-10-21 18:55:20 +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