Go to file
Vinicius Costa Gomes f62006a861 Fix compilation when --enable-test is passed
When --enable-test is passed along with --disable-alsa and
--disable-gstreamer, the SBC lib is not built, which breaks
compilation of the ipctest test program.
2010-03-08 16:34:10 -08:00
audio Fix using invalid data from previous headset connection 2010-03-04 16:16:15 -04:00
compat Update copyright information 2010-01-01 17:08:17 -08:00
cups Update copyright information 2010-01-01 17:08:17 -08:00
doc Deprecate the ListAdapters() method on Manager 2010-02-12 20:39:53 +01:00
gdbus Make interface callback tables const 2010-03-07 14:33:40 -08:00
input Remove Sixaxis quirk 2010-02-05 06:55:10 -08:00
lib Fix accidental OCF_READ_INQUIRY_TRANSMIT_POWER_LEVEL breakage 2010-03-07 13:22:11 -08:00
network Rename network "Device" to "Interface" 2010-02-02 10:20:59 -08:00
plugins Add initial skeleton for Phonet AT (DUN) plugin 2010-02-02 11:07:33 -08:00
sbc Update Nokia copyrights 2010-01-07 01:11:05 -08:00
scripts Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
serial Update copyright information 2010-01-01 17:08:17 -08:00
src Punch a hole for HandsfreeAgent in dbus policy 2010-02-18 14:10:05 -03:00
test Fix some missed copyrights 2010-01-07 01:13:49 -08:00
tools Pretty print HCI revision and LMP subversion 2010-03-07 13:30:50 -08:00
tracer Update copyright information 2010-01-01 17:08:17 -08:00
.gitignore Add skeleton for HCI tracing daemon 2009-12-24 07:37:54 -08:00
acinclude.m4 Fix compilation when --enable-test is passed 2010-03-08 16:34:10 -08:00
AUTHORS Mention Jaikumar's contributions 2009-11-01 01:03:08 +09:00
bluez.pc.in Improve build system 2007-12-08 21:46:12 +00:00
bootstrap Add --automake option 2006-08-18 19:41:53 +00:00
bootstrap-configure Update configure checks for libcap-ng and libnl 2010-02-03 14:33:13 -08:00
ChangeLog Release 4.62 2010-03-07 13:41:00 -08:00
configure.ac Release 4.62 2010-03-07 13:41:00 -08:00
COPYING Remove new page characters 2008-08-14 22:56:25 +02:00
COPYING.LIB Remove new page characters 2008-08-14 22:56:25 +02:00
INSTALL Big cleanup of CVS relics 2005-10-29 19:25:42 +00:00
Makefile.am Update library version 2010-03-07 13:34:06 -08:00
Makefile.tools Add skeleton for HCI tracing daemon 2009-12-24 07:37:54 -08:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08: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-2010  Marcel Holtmann <marcel@holtmann.org>


Compilation and installation
============================

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- GLib library
	- USB library (optional)
	- 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:
	linux-bluetooth@vger.kernel.org

For additional information about the project visit BlueZ web site:
	http://www.bluez.org