• Home
Name Date Size #Lines LOC

..--

audio/03-May-2024-32,21724,455

compat/03-May-2024-5,1413,879

cups/03-May-2024-1,4101,023

doc/03-May-2024-2,1501,425

gdbus/03-May-2024-1,8621,341

input/03-May-2024-2,7051,930

lib/03-May-2024-12,4589,298

network/03-May-2024-2,1491,486

plugins/03-May-2024-2,8702,043

sbc/03-May-2024-5,7464,346

scripts/03-May-2024-11787

serial/03-May-2024-2,2851,646

src/03-May-2024-21,43615,416

test/03-May-2024-11,7198,972

tools/03-May-2024-27,31220,975

tracer/03-May-2024-15395

.gitignoreD03-May-20241.1 KiB9186

.mailmapD03-May-2024368 65

AUTHORSD03-May-20242 KiB5352

Android.mkD03-May-2024719 215

COPYINGD03-May-202417.6 KiB341281

COPYING.LIBD03-May-202425.8 KiB

ChangeLogD03-May-202450.4 KiB1,4041,256

CleanSpec.mkD03-May-20242.2 KiB500

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-20249.6 KiB370267

Makefile.toolsD03-May-20245.6 KiB231159

NEWSD03-May-20240

READMED03-May-20241,000 3927

ThirdPartyProject.propD03-May-2024223 1110

acinclude.m4D03-May-202410.7 KiB350291

bluez.pc.inD03-May-2024217 119

bootstrapD03-May-2024138 85

bootstrap-configureD03-May-2024634 3429

configure.acD03-May-20241.5 KiB6951

README

1BlueZ - Bluetooth protocol stack for Linux
2******************************************
3
4Copyright (C) 2000-2001  Qualcomm Incorporated
5Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
6Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
7
8
9Compilation and installation
10============================
11
12In 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
21To configure run:
22	./configure --prefix=/usr --mandir=/usr/share/man \
23		--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
24
25Configure automatically searches for all required components and packages.
26
27To compile and install run:
28	make && make install
29
30
31Information
32===========
33
34Mailing lists:
35	linux-bluetooth@vger.kernel.org
36
37For additional information about the project visit BlueZ web site:
38	http://www.bluez.org
39