• Home
Name Date Size #Lines LOC

..--

include/03-May-2024-4,4293,101

src/03-May-2024-7,8356,035

AUTHORSD03-May-2024119 43

Android.mkD03-May-2024241 1711

ChangeLogD03-May-20248.5 KiB337265

INSTALLD03-May-20249.3 KiB237179

Makefile.amD03-May-2024360 1910

Makefile.inD03-May-202421.6 KiB691606

NEWSD03-May-20240

NOTICED03-May-202414.8 KiB281237

READMED03-May-2024900 3623

acinclude.m4D03-May-20241.9 KiB7761

aclocal.m4D03-May-2024262.3 KiB7,4796,716

bluez.m4D03-May-20241.2 KiB4132

bluez.pc.inD03-May-2024217 119

config.guessD03-May-202443.5 KiB1,5171,305

config.h.inD03-May-20241.5 KiB5939

config.subD03-May-202432 KiB1,6271,483

configureD03-May-2024328.8 KiB11,1198,970

configure.inD03-May-2024355 2515

depcompD03-May-202417.4 KiB590375

install-shD03-May-202413.3 KiB520344

ltmain.shD03-May-2024194.3 KiB6,9315,475

missingD03-May-202410.9 KiB368275

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-2008  Marcel Holtmann <marcel@holtmann.org>
7
8Bluetooth libraries
9
10
11Compilation and installation
12============================
13
14In order to compile Bluetooth libraries you need following software packages:
15	- Linux Bluetooth protocol stack (BlueZ)
16	- GCC compiler
17
18To configure run:
19	./configure --prefix=/usr
20
21Configure automatically searches for all required components and packages.
22
23To compile and install run:
24	make && make install
25
26
27Information
28===========
29
30Mailing lists:
31	bluez-users@lists.sf.net - BlueZ general questions and discussions
32	bluez-devel@lists.sf.net - BlueZ development
33
34For additional information about the project visit BlueZ web site:
35	http://www.bluez.org
36