Home | History | Annotate | only in /external/bluetooth/bluez
Up to higher level directory
NameDateSize
.gitignore10-Jul-20121.1K
.mailmap10-Jul-2012521
acinclude.m410-Jul-201212.7K
Android.mk10-Jul-2012680
attrib/10-Jul-2012
audio/10-Jul-2012
AUTHORS10-Jul-20122.2K
bluez.pc.in10-Jul-2012217
bootstrap10-Jul-2012138
bootstrap-configure10-Jul-2012676
btio/10-Jul-2012
ChangeLog10-Jul-201260.1K
CleanSpec.mk10-Jul-20122.5K
common/10-Jul-2012
compat/10-Jul-2012
configure.ac10-Jul-20121.2K
COPYING10-Jul-201217.6K
COPYING.LIB10-Jul-201225.8K
cups/10-Jul-2012
doc/10-Jul-2012
gdbus/10-Jul-2012
health/10-Jul-2012
input/10-Jul-2012
INSTALL10-Jul-20129.3K
lib/10-Jul-2012
Makefile.am10-Jul-201210.6K
Makefile.tools10-Jul-20126.3K
MODULE_LICENSE_GPL10-Jul-20120
network/10-Jul-2012
NEWS10-Jul-20120
NOTICE10-Jul-201245.9K
plugins/10-Jul-2012
README10-Jul-20121,000
sap/10-Jul-2012
sbc/10-Jul-2012
scripts/10-Jul-2012
serial/10-Jul-2012
src/10-Jul-2012
test/10-Jul-2012
ThirdPartyProject.prop10-Jul-2012223
TODO10-Jul-20128.4K
tools/10-Jul-2012
tracer/10-Jul-2012

README

      1 BlueZ - Bluetooth protocol stack for Linux
      2 ******************************************
      3 
      4 Copyright (C) 2000-2001  Qualcomm Incorporated
      5 Copyright (C) 2002-2003  Maxim Krasnyansky <maxk (a] qualcomm.com>
      6 Copyright (C) 2002-2010  Marcel Holtmann <marcel (a] holtmann.org>
      7 
      8 
      9 Compilation and installation
     10 ============================
     11 
     12 In order to compile Bluetooth utilities you need following software packages:
     13 	- Linux Bluetooth protocol stack (BlueZ)
     14 	- GCC compiler
     15 	- D-Bus library
     16 	- GLib library
     17 	- USB library (optional)
     18 	- Lexical Analyzer (flex, lex)
     19 	- YACC (yacc, bison, byacc)
     20 
     21 To configure run:
     22 	./configure --prefix=/usr --mandir=/usr/share/man \
     23 		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
     24 
     25 Configure automatically searches for all required components and packages.
     26 
     27 To compile and install run:
     28 	make && make install
     29 
     30 
     31 Information
     32 ===========
     33 
     34 Mailing lists:
     35 	linux-bluetooth (a] vger.kernel.org
     36 
     37 For additional information about the project visit BlueZ web site:
     38 	http://www.bluez.org
     39