README
1BlueZ - Bluetooth protocol stack for Linux
2******************************************
3
4Copyright (C) 2000-2002 Maxim Krasnyansky <maxk@qualcomm.com>
5Copyright (C) 2003-2007 Marcel Holtmann <marcel@holtmann.org>
6
7Bluetooth packet analyzer
8
9
10Compilation and installation
11============================
12
13In order to compile Bluetooth analyzer you need following software packages:
14 - Linux Bluetooth protocol stack (BlueZ)
15 - GCC compiler
16
17To configure run:
18 ./configure --prefix=/usr --mandir=/usr/share/man
19
20Configure automatically searches for all required components and packages.
21
22To compile and install run:
23 make && make install
24
25
26Information
27===========
28
29Mailing lists:
30 bluez-users@lists.sf.net - BlueZ general questions and discussions
31 bluez-devel@lists.sf.net - BlueZ development
32
33For additional information about the project visit BlueZ web site:
34 http://www.bluez.org
35