Go to file
2006-04-05 14:03:53 +00:00
alsa Update copyright information 2006-01-03 13:28:56 +00:00
common added timeout new function 2006-04-05 14:03:53 +00:00
cups Update copyright information 2006-01-03 13:28:56 +00:00
daemon Update copyright information 2006-01-03 13:28:56 +00:00
dund Write error is execution of pppd fails 2006-02-07 11:17:31 +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 added timeout new function 2006-04-05 14:03:53 +00:00
hidd Update copyright information 2006-01-03 13:28:56 +00:00
pand Fix problems with the size limitation of netdev string 2006-02-15 08:21:57 +00:00
pcmcia Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
rfcomm Update copyright information 2006-01-03 13:28:56 +00:00
scripts Remove bluepin script 2006-03-12 18:09:43 +00:00
sdpd Add option to decrease the input MTU 2006-02-13 17:03:28 +00:00
test added timeout new function 2006-04-05 14:03:53 +00:00
tools Add skeleton for ST Microelectronics init routine 2006-03-20 22:32:32 +00:00
acinclude.m4 Fix DBUS tests for configure 2006-03-13 19:35:42 +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 bluepin script 2006-03-12 18:09:43 +00:00
ChangeLog Update changelog and bump version number 2006-01-17 23:16:38 +00:00
configure.in Update changelog and bump version number 2006-01-17 23:16:38 +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 Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2006-01-03 13:28:56 +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
	- 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