Go to file
2007-01-18 14:28:18 +00:00
alsa Don't install ALSA plugins 2006-08-20 02:03:55 +00:00
audio Add identifier tag 2007-01-16 10:13:10 +00:00
common Add generic method table handling 2007-01-18 01:08:40 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Use default message handling support 2007-01-18 01:09:32 +00:00
dund Update copyright information 2007-01-13 17:48:12 +00:00
hcid Add file skeleton for database interface 2007-01-18 11:41:32 +00:00
hidd Update copyright information 2007-01-13 17:48:12 +00:00
input Added unregister code for input manager path 2007-01-18 14:28:18 +00:00
network Add skeletons for service implementations 2006-10-27 14:46:36 +00:00
pand Update copyright information 2007-01-13 17:48:12 +00:00
rfcomm Update copyright information 2007-01-13 17:48:12 +00:00
scripts Use SDP server included in hcid 2007-01-14 00:49:29 +00:00
sdpd Implement compat mode for the Unix socket access 2007-01-14 00:33:09 +00:00
sync Remove D-Bus support 2007-01-11 23:58:15 +00:00
test Adapt to the service interface changes 2007-01-16 11:18:21 +00:00
tools Add support for Philips BGB2xx modules 2007-01-17 12:31:42 +00:00
transfer Add compilation tweak for GLib support 2007-01-15 10:49:43 +00:00
acinclude.m4 Decrease the required version of D-Bus GLib bindings 2007-01-18 09:51:48 +00:00
AUTHORS Update list of authors 2006-03-13 21:57:21 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Allow extra command line parameters 2007-01-12 00:50:00 +00:00
ChangeLog Update changelog and bump version number 2006-12-25 15:29:07 +00:00
configure.in Check for D-Bus GLib bindings if GLib was found 2007-01-17 23:26: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 Add transfer subdirectory 2007-01-14 02:53:03 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2007-01-13 17:48:12 +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-2007  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