Go to file
2006-08-01 12:34:59 +00:00
alsa Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
common Add a paramter for the path to create_name() 2006-07-26 13:03:13 +00:00
cups Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
daemon Build a generic helper library 2006-06-04 12:09:30 +00:00
dund Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
extra Update copyright information 2006-01-03 13:28:56 +00:00
fuse Update copyright information 2006-01-03 13:28:56 +00:00
hcid Fix typo 2006-07-29 12:54:11 +00:00
hidd Add --hidonly option to hidd 2006-08-01 12:34:59 +00:00
pand Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
rfcomm Sleep only 100 msecs for device detection 2006-07-06 09:31:03 +00:00
scripts Remove create_dev script 2006-06-06 00:10:35 +00:00
sdpd Fix busy loop in UUID extraction routine 2006-06-14 11:22:19 +00:00
test Fix declared with attribute warn_unused_result errors 2006-07-26 13:32:44 +00:00
tools Don't ignore return value of write() 2006-07-27 02:08:02 +00:00
acinclude.m4 Only check for the low-level D-Bus library 2006-06-20 08:32:27 +00:00
AUTHORS Update list of authors 2006-03-13 21:57:21 +00:00
bootstrap Update bootstrap stuff 2005-10-26 22:40:59 +00:00
bootstrap-configure Remove PCMCIA relics 2006-06-06 00:08:22 +00:00
ChangeLog Update changelog and bump version number 2006-07-27 02:18:50 +00:00
configure.in Update changelog and bump version number 2006-07-27 02:18:50 +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 PCMCIA relics 2006-06-06 00:08:22 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Mention the D-Bus requirement 2006-06-17 08:22:52 +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
 
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