Go to file
Johan Hedberg b3f669cd67 Cleanup
2006-11-22 12:01:08 +00:00
alsa Don't install ALSA plugins 2006-08-20 02:03:55 +00:00
audio Cleanup 2006-11-22 12:01:08 +00:00
common Use "boolean" instead of "bool" 2006-11-22 06:19:35 +00:00
cups Don't create backend directory if disabled 2006-08-20 02:21:03 +00:00
daemon Create skeleton of new master daemon 2006-11-17 23:39:20 +00:00
dund Look for dialup networking service when in dialup mode 2006-11-20 08:13:52 +00:00
fuse Update copyright information 2006-01-03 13:28:56 +00:00
hcid Use AddServiceRecordFromXML as method name 2006-11-22 11:47:19 +00:00
hidd Add framework for Celluon keyboard 2006-09-29 16:15:41 +00:00
input Call Register asynchronously 2006-11-13 17:51:56 +00:00
network Add skeletons for service implementations 2006-10-27 14:46:36 +00:00
pand Use device name instead of pattern 2006-09-29 22:23:28 +00:00
rfcomm Fix dependency for concurrent builds 2006-11-20 11:21:21 +00:00
scripts Update serial PCMCIA bases card support 2006-10-01 16:11:34 +00:00
sdpd Check if the accept() call fails 2006-11-18 20:13:09 +00:00
sync Add D-Bus and OpenSync skeleton 2006-11-07 19:53:16 +00:00
test Support for ListRemoteDevices and ListRecentRemoteDevices 2006-11-10 17:20:25 +00:00
tools Don't change scan enable on devup 2006-11-21 15:44:56 +00:00
acinclude.m4 Starting with dbus-0.95 the DBUS_API_SUBJECT_TO_CHANGE is obsolete 2006-11-13 18:08:49 +00:00
AUTHORS Update list of authors 2006-03-13 21:57:21 +00:00
bootstrap Add --automake option 2006-08-18 19:50:36 +00:00
bootstrap-configure Add option to disable installation of config files 2006-09-01 00:20:45 +00:00
ChangeLog Update changelog and bump version number 2006-09-29 21:43:47 +00:00
configure.in Add Expat library check and dummy skeleton 2006-11-13 07:17:40 +00:00
COPYING Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
INSTALL Big cleanup of CVS relics 2005-10-29 22:36:31 +00:00
Makefile.am Create one master daemon 2006-11-17 23:06:49 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Cosmetic cleanup 2006-08-10 11:27:29 +00: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-2006  Marcel Holtmann <marcel@holtmann.org>

Bluetooth utilities


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

In order to compile Bluetooth utilities you need following software packages:
	- Linux Bluetooth protocol stack (BlueZ)
	- GCC compiler
	- D-Bus library
	- USB library
	- 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:
	bluez-users@lists.sf.net - BlueZ general questions and discussions
	bluez-devel@lists.sf.net - BlueZ development 

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