Go to file
2006-09-29 20:22:24 +00:00
alsa Don't install ALSA plugins 2006-08-20 02:03:55 +00:00
common Support for prioritized watches 2006-09-27 16:24:26 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Make the compilation depend on GLib support 2006-08-21 01:12:22 +00:00
dund Convert to using ppoll() and pselect() 2006-08-16 10:54:06 +00:00
fuse Update copyright information 2006-01-03 13:28:56 +00:00
hcid GetRemoteServiceHandles: request browsing when the match string is empty 2006-09-29 20:22:24 +00:00
hidd Add framework for Celluon keyboard 2006-09-29 16:15:41 +00:00
pand Don't forget to unblock signals for ppoll() 2006-08-16 11:44:52 +00:00
rfcomm Add option to disable installation of config files 2006-09-01 00:20:45 +00:00
scripts More compatible usage of test 2006-09-05 10:54:36 +00:00
sdpd Include sys/select.h for pselect() 2006-09-20 10:32:39 +00:00
test Add experimental objects 2006-09-29 19:11:48 +00:00
tools Add build ids for Unified 21f firmwares 2006-09-29 17:50:36 +00:00
acinclude.m4 Add option to disable installation of config files 2006-09-01 00:20:45 +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 Add option to disable installation of config files 2006-09-01 00:20:45 +00:00
ChangeLog Update changelog and bump version number 2006-09-27 15:36:36 +00:00
configure.in Update changelog and bump version number 2006-09-27 15:36:36 +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 Remove bcm203x firmware loader 2006-08-10 10:51:27 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Cosmetic cleanup 2006-08-10 11:27:29 +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-2006  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