Go to file
2007-01-24 17:26:44 +00:00
audio More headset.c rework 2007-01-24 16:28:22 +00:00
common More accurate error reporting for GetConnectionUnixProcessID 2007-01-21 21:55:12 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Include bluetooth.conf into distribution 2007-01-23 07:35:30 +00:00
dund Update copyright information 2007-01-13 17:48:12 +00:00
eglib Fix g_spawn_async error reporting 2007-01-21 23:48:20 +00:00
hcid s/internal/external/ with respect to services 2007-01-24 15:19:19 +00:00
hidd Make it possible to disable the HID daemon 2007-01-24 11:02:52 +00:00
input Device unplug method removed: RemoveDevice is going to address this functionality 2007-01-24 17:26:44 +00:00
network Don't install services that are in experimental state 2007-01-20 02:36:57 +00:00
pand Update copyright information 2007-01-13 17:48:12 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +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 Update option references 2007-01-24 06:11:43 +00:00
serial Add serial subdirectory 2007-01-20 01:25:50 +00:00
sync Make echo and input service configurable 2007-01-23 07:18:07 +00:00
test Add a connect only mode 2007-01-23 17:12:12 +00:00
tools Make it possible to disable USB support 2007-01-23 07:29:27 +00:00
transfer Use common SDP server session 2007-01-22 01:59:04 +00:00
acinclude.m4 Typo 2007-01-24 11:21:31 +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 Add subdirectory print 2007-01-23 06:38:03 +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 subdirectory print 2007-01-23 06:38: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