Go to file
2008-06-06 13:52:43 +00:00
audio Fix use of DBUS_HANDLER_RESULT_HANDLED. 2008-06-06 13:10:31 +00:00
common Fix the D-Bus sending for error messages 2008-06-06 10:01:33 +00:00
cups Emulate libgdbus API for mainloop integration 2008-05-08 19:39:12 +00:00
doc Add capability parameter to CreatePairedDevice 2008-06-03 14:29:57 +00:00
dund Enable services by default and keep old daemons disabled 2008-02-10 05:12:11 +00:00
eglib Add missing guint8 and guint16 types 2008-06-03 13:15:42 +00:00
gdbus Remove object path creation and destroy helpers 2008-06-06 13:52:43 +00:00
hcid More cleanups and less casting 2008-06-06 13:35:07 +00:00
hidd Update copyright information 2008-02-02 03:37:05 +00:00
input Update autoconf/automake options 2008-06-03 20:07:34 +00:00
network Fix the last remains of sending helpers 2008-06-06 10:20:21 +00:00
pand Update copyright information 2008-02-02 03:37:05 +00:00
plugins Add IO channel for handling netlink messages 2008-05-15 03:26:35 +00:00
rfcomm Add option for installing generic tools 2008-02-10 05:27:22 +00:00
sbc rollback an unintended commit on Makefile.am 2008-03-08 05:22:43 +00:00
scripts Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Fix failure when MaximumServiceRecordCount is 0xFFFF 2008-05-10 01:10:52 +00:00
serial Fix the last remains of sending helpers 2008-06-06 10:20:21 +00:00
test Remove the confirm method from the sample passkey agent 2008-06-03 15:31:41 +00:00
tools Update autoconf/automake options 2008-06-03 20:07:34 +00:00
acinclude.m4 Bump D-Bus requirement 2008-06-03 20:20:46 +00:00
AUTHORS Mention Bastien's contributions 2008-02-01 12:23:05 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Update autoconf/automake options 2008-06-03 20:07:34 +00:00
ChangeLog Update changelog and bump version number 2008-05-20 21:27:55 +00:00
configure.in Remove print directory 2008-06-03 14:16:20 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
COPYING.LIB Add full license text for LGPL files 2007-10-24 21:00:02 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Remove print directory 2008-06-03 14:16:20 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2008-02-02 03:37:05 +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-2008  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