Go to file
2007-11-26 13:41:36 +00:00
audio Mention Kai's contributions 2007-11-26 12:30:23 +00:00
common Add common error helper functions 2007-11-26 13:40:09 +00:00
cups Let CUPS plugin discover printers in range 2007-06-07 10:07:13 +00:00
daemon The interface is already part of the object itself 2007-06-22 22:58:30 +00:00
dund Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
eglib g_strdup_printf should not return NULL on OOM 2007-08-23 08:40:34 +00:00
hcid Update API descriptions to match new error codes 2007-11-26 13:41:36 +00:00
hidd Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
input Update API descriptions to match new error codes 2007-11-26 13:41:36 +00:00
network Update API descriptions to match new error codes 2007-11-26 13:41:36 +00:00
pand Use devname instead of netdev 2007-07-14 14:23:22 +00:00
print Add subdirectory print 2007-01-23 06:38:03 +00:00
rfcomm Add support for linger timeout 2007-06-05 09:38:05 +00:00
sbc Introduce sbc_get_frame_duration. 2007-11-23 14:24:23 +00:00
scripts Use a simple init script 2007-05-14 08:17:59 +00:00
sdpd Fix EIR tag number for device id record 2007-10-17 12:59:39 +00:00
serial Update API descriptions to match new error codes 2007-11-26 13:41:36 +00:00
sync Make echo and input service configurable 2007-01-23 07:18:07 +00:00
test apitest: fixed signal handler 2007-06-23 13:56:20 +00:00
tools Add record handle range from Apple iPhone 2007-11-12 01:19:18 +00:00
transfer Add missing flags to g_io_add_watch calls 2007-02-16 20:18:37 +00:00
acinclude.m4 Add autoconf magic for the librt linking 2007-11-26 10:24:56 +00:00
AUTHORS Mention Kai's contributions 2007-11-26 12:30:23 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Make it possible to disable installation of manual pages 2007-05-14 10:47:49 +00:00
ChangeLog Update changelog and bump version number 2007-10-25 23:08:46 +00:00
configure.in Update changelog and bump version number 2007-10-25 23:08:46 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
COPYING.LIB Add full license text for LGPL files 2007-10-24 21:00:02 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Remove compile script helper on cleanup 2007-08-26 15:41:35 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Update copyright information 2007-01-13 17:48:12 +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-2007  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
	- D-Bus library
	- USB library
	- Lexical Analyzer (flex, lex)
	- YACC (yacc, bison, byacc)

To configure run:
	./configure --prefix=/usr --mandir=/usr/share/man \
		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
 
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