Go to file
2007-01-19 23:14:20 +00:00
alsa Don't install ALSA plugins 2006-08-20 02:03:55 +00:00
audio No need to become a daemon 2007-01-19 22:14:59 +00:00
common Remove not needed generic message handling 2007-01-19 01:05:01 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Implement full echo service 2007-01-19 23:14:20 +00:00
dund Update copyright information 2007-01-13 17:48:12 +00:00
hcid Use g_strdup for trusted_devices 2007-01-19 22:45:46 +00:00
hidd Update copyright information 2007-01-13 17:48:12 +00:00
input Don't become a daemon 2007-01-19 22:11:39 +00:00
network Rename service and install it 2007-01-19 21:55:53 +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 Modify the server database directly 2007-01-19 00:58:23 +00:00
sync Rename service binary 2007-01-19 21:58:11 +00:00
test Update pre-created objects 2007-01-19 15:53:19 +00:00
tools Add support for Philips BGB2xx modules 2007-01-17 12:31:42 +00:00
transfer Rename daemon and install it 2007-01-19 21:35:43 +00:00
acinclude.m4 Add SERVICEDIR definition 2007-01-19 22:04:38 +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