Go to file
2007-06-12 13:49:28 +00:00
audio take out extra setsockopt 2007-06-12 13:49:28 +00:00
common Use same decoder for text and URL strings 2007-05-22 05:53:49 +00:00
cups Let CUPS plugin discover printers in range 2007-06-07 10:07:13 +00:00
daemon Add two more missing attributes 2007-05-21 16:43:46 +00:00
dund Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
eglib Add missing list functions 2007-05-25 14:53:21 +00:00
hcid Add limited mode to API description 2007-06-07 14:56:56 +00:00
hidd Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
input Don't set MTU value to 48 2007-05-29 03:58:10 +00:00
network Fix some documentation problems. 2007-05-22 13:00:25 +00:00
pand Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Add support for linger timeout 2007-06-05 09:38:05 +00:00
sbc Only compile SBC library if ALSA is enabled 2007-04-10 11:03:02 +00:00
scripts Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Set input and output MTU when requested 2007-05-23 14:31:02 +00:00
serial serial: missing close the RFCOMM socket 2007-05-25 20:18:11 +00:00
sync Make echo and input service configurable 2007-01-23 07:18:07 +00:00
test Set output MTU for listening sockets 2007-05-23 11:50:49 +00:00
tools Add another build id for the "marcel" specific firmware 2007-06-11 04:14:04 +00:00
transfer Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
acinclude.m4 Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
AUTHORS Update list of authors 2007-02-26 00:03:15 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
ChangeLog Update changelog and bump version number 2007-05-24 14:32:45 +00:00
configure.in Update changelog and bump version number 2007-05-24 14:32:45 +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 skeleton for embedding SBC library 2007-01-31 08:52:52 +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