• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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