Go to file
2004-07-04 15:44:13 +00:00
cups Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
dund Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
hcid Add size parameter to expand_name() 2004-07-04 15:44:13 +00:00
hidd Make use of new subclass field 2004-07-04 15:41:53 +00:00
pand Restore signals for dev-up script 2004-06-29 08:53:29 +00:00
pcmcia Add support for AmbiCom BT2000C card 2004-06-23 16:30:41 +00:00
rfcomm Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
scripts One more fix 2004-05-07 22:57:34 +00:00
sdpd Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
test Use LIBS instead of LDFLAGS 2004-05-23 10:39:50 +00:00
tools Add support for AmbiCom BT2000C card 2004-06-23 16:30:41 +00:00
acinclude.m4 Add Bluetooth backend for CUPS 2004-05-02 03:36:18 +00:00
AUTHORS Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
bootstrap Use automake config header feature 2004-04-03 05:26:15 +00:00
ChangeLog Update changelog and bump version number 2004-05-08 20:56:50 +00:00
configure.in Update changelog and bump version number 2004-05-08 20:56:50 +00:00
COPYING Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
INSTALL Remove autoconf and automake specific files and update others 2004-03-31 17:23:00 +00:00
Makefile.am Add Bluetooth backend for CUPS 2004-05-02 03:36:18 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update README 2004-06-16 09:34:35 +00:00
utils.spec Update changelog and bump version number 2004-05-08 20:56:50 +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-2004  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
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --sysconfdir=/etc
 
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