Go to file
2009-08-25 23:49:58 -07:00
audio Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
common Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
compat Fix missing call to closedir 2009-08-25 23:49:58 -07:00
cups Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
doc Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
gdbus Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
input Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
lib Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
network Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
plugins Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
rfcomm Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
sbc Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
scripts Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
serial Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
src Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
test Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
tools Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
.gitignore Fix wrong ignore entry for include directory 2009-08-23 00:44:26 -07:00
acinclude.m4 Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
AUTHORS Mention Filippo's contributions 2009-06-30 06:41:32 -07: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 Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
ChangeLog Release 4.50 2009-08-24 15:26:53 -07:00
configure.ac Release 4.50 2009-08-24 15:26:53 -07: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 All manual pages need a special EXTRA_DIST statement 2009-08-24 14:56:11 -07:00
Makefile.audio Switch to a full non-recursive build system 2009-08-23 00:40:59 -07:00
Makefile.tools Don't install dfubabel and avctrl manual pages 2009-08-24 15:46:44 -07:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Update copyright information 2009-01-01 19:33:20 +01: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-2009  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