Go to file
2005-12-07 11:45:01 +00:00
alsa Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
common Include checks for mmap() returning NULL 2005-11-09 00:04:15 +00:00
cups Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
daemon Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
dund Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
extra Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
fuse Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
hcid Add support for device properties 2005-11-24 04:10:46 +00:00
hidd Add initial fake HID support 2005-11-14 12:18:09 +00:00
pand Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
pcmcia Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
rfcomm Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
scripts Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
sdpd Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
test Add HCI emulation tool 2005-12-03 06:31:42 +00:00
tools Use /var/lib/misc/oui.txt as default OUI file 2005-12-07 11:45:01 +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 2005-10-31 16:41:53 +00:00
configure.in Update changelog and bump version number 2005-10-31 16:41:53 +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 Big cleanup of CVS relics 2005-10-29 22:36:31 +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-2005  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