Go to file
2006-01-30 21:25:48 +00:00
alsa Update copyright information 2006-01-03 13:28:56 +00:00
common Use MAP_PRIVATE instead of MAP_SHARED for textfile_put() 2006-01-17 10:52:35 +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 Add support for dialup/telephone connections 2006-01-17 10:48:22 +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 Add missing break in switch statement 2006-01-19 15:00:50 +00:00
hidd Update copyright information 2006-01-03 13:28:56 +00:00
pand Include a devup script option 2006-01-20 01:42:21 +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 Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
sdpd Update manual page title 2006-01-26 10:07:40 +00:00
test Update copyright information 2006-01-03 13:28:56 +00:00
tools Add definition for radio test commands 2006-01-30 21:25:48 +00:00
acinclude.m4 Add USB transport to the bccmd utility 2005-11-10 20:23:47 +00:00
AUTHORS Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
bootstrap Update bootstrap stuff 2005-10-26 22:40:59 +00:00
bootstrap-configure Big cleanup of CVS relics 2005-10-29 22:36:31 +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