Home | History | Annotate | only in /external/bluetooth/bluez
Up to higher level directory
NameDateSize
.gitignore15-Nov-20111.1K
.mailmap15-Nov-2011368
acinclude.m415-Nov-201110.7K
Android.mk15-Nov-2011719
audio/15-Nov-2011
AUTHORS15-Nov-20112K
bluez.pc.in15-Nov-2011217
bootstrap15-Nov-2011138
bootstrap-configure15-Nov-2011634
ChangeLog15-Nov-201150.4K
CleanSpec.mk15-Nov-20112.2K
compat/15-Nov-2011
configure.ac15-Nov-20111.5K
COPYING15-Nov-201117.6K
COPYING.LIB15-Nov-201125.8K
cups/15-Nov-2011
doc/15-Nov-2011
gdbus/15-Nov-2011
input/15-Nov-2011
INSTALL15-Nov-20119.3K
lib/15-Nov-2011
Makefile.am15-Nov-20119.6K
Makefile.tools15-Nov-20115.6K
network/15-Nov-2011
NEWS15-Nov-20110
plugins/15-Nov-2011
README15-Nov-20111,000
sbc/15-Nov-2011
scripts/15-Nov-2011
serial/15-Nov-2011
src/15-Nov-2011
test/15-Nov-2011
ThirdPartyProject.prop15-Nov-2011223
tools/15-Nov-2011
tracer/15-Nov-2011

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