Go to file
2012-12-09 14:52:45 +01:00
attrib Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
btio btio: Fix type detection for L2CAP fixed channels 2012-11-14 15:19:46 +02:00
doc media: Fix some wrong interface names 2012-12-06 12:23:00 +02:00
emulator Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
gdbus Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
gobex Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
lib Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
monitor Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
obexd Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
plugins build: Remove unused empty storage plugin stub 2012-12-09 01:32:09 +01:00
profiles Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
scripts build: Remove old PCMCIA serial support 2012-12-09 00:59:22 +01:00
src build: Use libexecdir for Bluetooth daemon 2012-12-09 11:19:53 +01:00
test test: Remove deprecated hciemu utility 2012-12-09 14:52:45 +01:00
tools test: Move scotest utility into tools directory 2012-12-09 14:47:43 +01:00
unit unit: Convert test-textfile utility into a real unit test 2012-12-09 14:27:30 +01:00
.gitignore test: Remove deprecated hciemu utility 2012-12-09 14:52:45 +01:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Remove left-over from telephony driver framework 2012-12-09 10:37:26 +01:00
AUTHORS Add João Paulo to the AUTHORS file 2012-11-10 14:28:13 +02: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 build: Use libexecdir for Bluetooth daemon 2012-12-09 11:19:53 +01:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Use libexecdir for Bluetooth daemon 2012-12-09 11:19:53 +01: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 unit: Add test-textfile to list of unit tests 2012-12-09 13:15:27 +01:00
Makefile.obexd Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
Makefile.plugins build: Move GATT example plugin to Makefile.plugins 2012-12-09 10:09:44 +01:00
Makefile.profiles build: Move GATT example plugin to Makefile.plugins 2012-12-09 10:09:44 +01:00
Makefile.tools test: Remove deprecated hciemu utility 2012-12-09 14:52:45 +01:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2010-01-01 17:08:17 -08:00
TODO TODO: Update to current status 2012-12-06 10:55:53 +02: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