Go to file
2005-05-06 16:10:26 +00:00
alsa Implement connection caching 2005-04-23 18:44:39 +00:00
common Add the textfile library for ASCII based file access 2005-04-22 12:15:36 +00:00
cups Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
dund Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
extra Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
hcid Add support for the page timeout config option 2005-05-06 13:51:17 +00:00
hidd Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
pand Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
pcmcia Add TDK Bluetooth PC Card II 2005-02-01 08:08:02 +00:00
rfcomm Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
scripts Make the installation of the init scripts and bluepin optional 2004-08-12 12:47:37 +00:00
sdpd Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
test Use LDADD instead of LIBS 2005-04-21 21:34:08 +00:00
tools Include a raw mode for showing the original record tree 2005-05-06 16:10:26 +00:00
acinclude.m4 Check for the sys/soundcard.h header file 2005-05-03 23:19:22 +00:00
AUTHORS Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
bootstrap Add the ALSA library plugin for A2DP 2005-02-10 00:21:01 +00:00
ChangeLog Update changelog and bump version number 2005-04-18 23:12:57 +00:00
configure.in Add the textfile library for ASCII based file access 2005-04-22 12:15:36 +00:00
COPYING Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
INSTALL Update COPYING and INSTALL from automake-1.7 2004-07-19 09:56:19 +00:00
Makefile.am Add the textfile library for ASCII based file access 2005-04-22 12:15:36 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Set the storage directory through ${localstatedir} 2005-04-21 20:18:09 +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


1. 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 install


2. 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