Go to file
2007-01-21 21:08:54 +00:00
audio Cleanup logging on exit 2007-01-21 21:06:24 +00:00
common Check if value has changed before writing it 2007-01-21 18:01:39 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Unreference the IO channel from the main() function 2007-01-21 20:38:34 +00:00
dund Update copyright information 2007-01-13 17:48:12 +00:00
eglib Fix get_boolean "true" mapping 2007-01-21 20:33:04 +00:00
hcid g_key_file_new will never return NULL 2007-01-21 19:11:35 +00:00
hidd Update copyright information 2007-01-13 17:48:12 +00:00
input Added function to parse the HID and PnP record 2007-01-21 21:08:54 +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
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 Fix cleanup in case the SDP server startup fails 2007-01-21 18:57:15 +00:00
serial Add serial subdirectory 2007-01-20 01:25:50 +00:00
sync Rename service binary 2007-01-19 21:58:11 +00:00
test Add function for connection the transfer manager 2007-01-21 01:51:04 +00:00
tools Add UUID for Nokia FTP 2007-01-21 01:20:52 +00:00
transfer Don't call unref after setting up the channel 2007-01-21 20:42:07 +00:00
acinclude.m4 Remove last alsa_enable options 2007-01-20 19:07:01 +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 Remove subdirectory with ALSA plugins 2007-01-20 15:33:17 +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 subdirectory with ALSA plugins 2007-01-20 15:33:17 +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