Go to file
2008-06-16 19:43:09 +00:00
audio Remove calls to RequestAuthorization. 2008-06-16 19:43:09 +00:00
common Fix bt_cancel_discovery to only succeed when there is a discover to cancel. 2008-06-16 16:56:38 +00:00
cups Emulate libgdbus API for mainloop integration 2008-05-08 19:39:12 +00:00
doc Small API update 2008-06-16 01:51:04 +00:00
dund Enable services by default and keep old daemons disabled 2008-02-10 05:12:11 +00:00
eglib Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
gdbus Revert wrong listner id counter offset 2008-06-08 14:01:39 +00:00
hcid Set request structure to zero 2008-06-16 17:17:52 +00:00
hidd Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
input Update probe/remove callback and implement serial API 2008-06-08 22:57:11 +00:00
network Remove calls to RequestAuthorization. 2008-06-16 19:43:09 +00:00
pand Update copyright information 2008-02-02 03:37:05 +00:00
plugins Add IO channel for handling netlink messages 2008-05-15 03:26:35 +00: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 Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Avoid direct inclusion of malloc.h 2008-06-11 13:20:50 +00:00
serial Remove empty line 2008-06-08 22:59:14 +00:00
test Allow setting of RFC mode 2008-06-15 14:09:07 +00:00
tools Add support for reading/setting the link policy 2008-06-12 21:53:32 +00:00
acinclude.m4 Remove the broken --enable-all option 2008-06-08 11:20:35 +00:00
AUTHORS Mention Bastien's contributions 2008-02-01 12:23:05 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Typo 2008-06-08 11:21:15 +00:00
ChangeLog Update changelog and bump version number 2008-05-20 21:27:55 +00:00
configure.in Remove print directory 2008-06-03 14:16:20 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
COPYING.LIB Add full license text for LGPL files 2007-10-24 21:00:02 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Remove print directory 2008-06-03 14:16:20 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2008-02-02 03:37:05 +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-2008  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 --libexecdir=/lib
 
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