2002-03-09 05:12:35 +08:00
|
|
|
BlueZ - Bluetooth protocol stack for Linux
|
2005-10-30 06:36:31 +08:00
|
|
|
******************************************
|
2002-03-09 05:12:35 +08:00
|
|
|
|
2004-04-02 07:45:14 +08:00
|
|
|
Copyright (C) 2000-2001 Qualcomm Incorporated
|
|
|
|
Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
|
2006-01-03 21:28:56 +08:00
|
|
|
Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
|
2002-03-09 05:12:35 +08:00
|
|
|
|
|
|
|
Bluetooth utilities
|
|
|
|
|
|
|
|
|
2005-10-30 06:36:31 +08:00
|
|
|
Compilation and installation
|
|
|
|
============================
|
2004-04-02 07:45:14 +08:00
|
|
|
|
|
|
|
In order to compile Bluetooth utilities you need following software packages:
|
|
|
|
- Linux Bluetooth protocol stack (BlueZ)
|
|
|
|
- GCC compiler
|
2006-06-17 16:22:52 +08:00
|
|
|
- D-Bus library
|
2004-07-29 17:47:31 +08:00
|
|
|
- USB library
|
2004-04-02 07:45:14 +08:00
|
|
|
- Lexical Analyzer (flex, lex)
|
|
|
|
- YACC (yacc, bison, byacc)
|
2002-03-09 05:12:35 +08:00
|
|
|
|
|
|
|
To configure run:
|
2005-04-22 04:18:09 +08:00
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man \
|
2006-08-10 19:08:49 +08:00
|
|
|
--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
|
2002-03-09 05:12:35 +08:00
|
|
|
|
|
|
|
Configure automatically searches for all required components and packages.
|
|
|
|
|
|
|
|
To compile and install run:
|
2005-10-30 06:36:31 +08:00
|
|
|
make && make install
|
2004-04-02 07:45:14 +08:00
|
|
|
|
2002-03-09 05:12:35 +08:00
|
|
|
|
2005-10-30 06:36:31 +08:00
|
|
|
Information
|
|
|
|
===========
|
2002-03-09 05:12:35 +08:00
|
|
|
|
|
|
|
Mailing lists:
|
2004-06-16 17:34:35 +08:00
|
|
|
bluez-users@lists.sf.net - BlueZ general questions and discussions
|
|
|
|
bluez-devel@lists.sf.net - BlueZ development
|
2002-03-09 05:12:35 +08:00
|
|
|
|
|
|
|
For additional information about the project visit BlueZ web site:
|
2004-04-02 07:45:14 +08:00
|
|
|
http://www.bluez.org
|