Home | History | Annotate | only in /external/bluetooth/bluez
Up to higher level directory
NameDateSize
acinclude.m431-Jul-201011.7K
Android.mk31-Jul-2010719
audio/31-Jul-2010
AUTHORS31-Jul-20101.8K
bluez.m431-Jul-20101.2K
bluez.pc.in31-Jul-2010217
bootstrap31-Jul-2010138
bootstrap-configure31-Jul-2010618
ChangeLog31-Jul-201043.4K
CleanSpec.mk31-Jul-20102.2K
client/31-Jul-2010
common/31-Jul-2010
compat/31-Jul-2010
configure.ac31-Jul-20101K
COPYING31-Jul-201017.6K
COPYING.LIB31-Jul-201025.8K
cups/31-Jul-2010
doc/31-Jul-2010
gdbus/31-Jul-2010
include/31-Jul-2010
input/31-Jul-2010
INSTALL31-Jul-20109.3K
lib/31-Jul-2010
Makefile.am31-Jul-2010498
network/31-Jul-2010
NEWS31-Jul-20100
plugins/31-Jul-2010
README31-Jul-20101,000
rfcomm/31-Jul-2010
sbc/31-Jul-2010
scripts/31-Jul-2010
serial/31-Jul-2010
src/31-Jul-2010
test/31-Jul-2010
tools/31-Jul-2010

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-2009  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