Go to file
2005-09-10 10:57:55 +00:00
alsa Fix a small typo 2005-07-03 11:12:28 +00:00
common Fix infinite loops and false positive matches 2005-09-10 09:44:19 +00:00
cups Fix some GCC 4.0 warnings 2005-07-05 21:15:41 +00:00
daemon Don't install bluetoothd at the moment 2005-08-05 03:04:36 +00:00
dund Add ActiveSync networking support 2005-08-21 08:56:10 +00:00
extra Fix some GCC 4.0 warnings 2005-07-05 21:15:41 +00:00
fuse Add support for the Filesystem in Userspace (FUSE) 2005-09-10 10:25:38 +00:00
hcid Fix memory leaks with textfile_get() usage 2005-09-07 17:23:00 +00:00
hidd Move create_dirs() and create_file() into the textfile library 2005-08-30 00:35:39 +00:00
pand Use device specific service record register function 2005-08-07 06:22:38 +00:00
pcmcia Add TDK Bluetooth PC Card II 2005-02-01 08:08:02 +00:00
rfcomm Fix some GCC 4.0 warnings 2005-07-05 21:15:41 +00:00
scripts Most X servers are now Xorg 2005-08-05 03:52:04 +00:00
sdpd Add support for device specific SDP records 2005-08-05 02:59:23 +00:00
test Support volatile changes of the BD_ADDR for CSR chips 2005-09-08 00:24:52 +00:00
tools Add optional warm reset of the device 2005-09-10 00:47:42 +00:00
acinclude.m4 Add support for the Filesystem in Userspace (FUSE) 2005-09-10 10:25:38 +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-09-10 10:57:55 +00:00
configure.in Update changelog and bump version number 2005-09-10 10:57:55 +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 support for the Filesystem in Userspace (FUSE) 2005-09-10 10:25:38 +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