Go to file
Lucas De Marchi 8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
attrib Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
btio btio: Fix type detection for L2CAP fixed channels 2012-11-14 15:19:46 +02:00
doc dbus: Rename to org.bluez.Adapter1 2012-12-05 16:41:33 +02:00
emulator Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
gdbus Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
gobex Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
lib Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
monitor Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
obexd Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
plugins Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
profiles Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
scripts hid2hci: change subsystem in udev rule from usb to usb* 2012-11-20 14:22:16 +02:00
src Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
test Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
tools Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
unit Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
.gitignore build: Compile obexd and obex-client 2012-12-04 23:38:48 +01:00
.mailmap Fix Alok's email address 2010-10-06 10:29:09 +02:00
acinclude.m4 build: Always enable GATT support 2012-11-09 20:30:54 +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-sys: Define _GNU_SOURCE in config.h 2012-12-05 17:17:36 +02: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 Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
Makefile.obexd Ensure config.h is included by using CPPFLAGS 2012-12-05 17:18:07 +02:00
Makefile.tools test: Add utility library for python scripts 2012-12-05 16:39:26 +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: Mark just-works agent callback as done 2012-12-04 17:21:11 +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