|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| audio/ | | 03-May-2024 | - | 32,217 | 24,455 |
| compat/ | | 03-May-2024 | - | 5,141 | 3,879 |
| cups/ | | 03-May-2024 | - | 1,410 | 1,023 |
| doc/ | | 03-May-2024 | - | 2,150 | 1,425 |
| gdbus/ | | 03-May-2024 | - | 1,862 | 1,341 |
| input/ | | 03-May-2024 | - | 2,705 | 1,930 |
| lib/ | | 03-May-2024 | - | 12,458 | 9,298 |
| network/ | | 03-May-2024 | - | 2,149 | 1,486 |
| plugins/ | | 03-May-2024 | - | 2,870 | 2,043 |
| sbc/ | | 03-May-2024 | - | 5,746 | 4,346 |
| scripts/ | | 03-May-2024 | - | 117 | 87 |
| serial/ | | 03-May-2024 | - | 2,285 | 1,646 |
| src/ | | 03-May-2024 | - | 21,436 | 15,416 |
| test/ | | 03-May-2024 | - | 11,719 | 8,972 |
| tools/ | | 03-May-2024 | - | 27,312 | 20,975 |
| tracer/ | | 03-May-2024 | - | 153 | 95 |
| .gitignore | D | 03-May-2024 | 1.1 KiB | 91 | 86 |
| .mailmap | D | 03-May-2024 | 368 | 6 | 5 |
| AUTHORS | D | 03-May-2024 | 2 KiB | 53 | 52 |
| Android.mk | D | 03-May-2024 | 719 | 21 | 5 |
| COPYING | D | 03-May-2024 | 17.6 KiB | 341 | 281 |
| COPYING.LIB | D | 03-May-2024 | 25.8 KiB | | |
| ChangeLog | D | 03-May-2024 | 50.4 KiB | 1,404 | 1,256 |
| CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 |
| INSTALL | D | 03-May-2024 | 9.3 KiB | 237 | 179 |
| Makefile.am | D | 03-May-2024 | 9.6 KiB | 370 | 267 |
| Makefile.tools | D | 03-May-2024 | 5.6 KiB | 231 | 159 |
| NEWS | D | 03-May-2024 | 0 | | |
| README | D | 03-May-2024 | 1,000 | 39 | 27 |
| ThirdPartyProject.prop | D | 03-May-2024 | 223 | 11 | 10 |
| acinclude.m4 | D | 03-May-2024 | 10.7 KiB | 350 | 291 |
| bluez.pc.in | D | 03-May-2024 | 217 | 11 | 9 |
| bootstrap | D | 03-May-2024 | 138 | 8 | 5 |
| bootstrap-configure | D | 03-May-2024 | 634 | 34 | 29 |
| configure.ac | D | 03-May-2024 | 1.5 KiB | 69 | 51 |
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