Go to file
2012-12-09 00:42:26 +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 Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
profiles Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
scripts hid2hci: change subsystem in udev rule from usb to usb* 2012-11-20 14:22:16 +02:00
src build: Remove compat helper for ppoll 2012-12-09 00:42:26 +01:00
test tools: Use batocomp function instead of ouitocomp 2012-12-09 00:02:22 +01:00
tools tools: Remove include of compat ppoll header 2012-12-09 00:42:07 +01:00
unit Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
.gitignore gitignore: Add test/bluezutils.pyc 2012-12-08 13:45:01 +02:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Remove compat helper for ppoll 2012-12-09 00:42: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: Always enable GATT support 2012-11-09 20:30:54 +01:00
ChangeLog Release 4.101 2012-06-22 14:07:04 -07:00
configure.ac build: Remove compat helper for ppoll 2012-12-09 00:42:26 +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 build: Remove compat helper for ppoll 2012-12-09 00:42:26 +01:00
Makefile.obexd Revert "Ensure config.h is included by using CPPFLAGS" 2012-12-07 12:46:04 +02:00
Makefile.tools build: Fix 'make distcheck' 2012-12-07 09:56:15 +02: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