bluez/README

39 lines
1000 B
Plaintext
Raw Normal View History

2002-03-09 05:10:06 +08:00
BlueZ - Bluetooth protocol stack for Linux
2005-10-30 03:25:42 +08:00
******************************************
2002-03-09 05:10:06 +08:00
2004-04-02 07:45:02 +08:00
Copyright (C) 2000-2001 Qualcomm Incorporated
Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
2010-01-02 09:08:17 +08:00
Copyright (C) 2002-2010 Marcel Holtmann <marcel@holtmann.org>
2002-03-09 05:10:06 +08:00
2004-04-02 07:45:02 +08:00
2005-10-30 03:25:42 +08:00
Compilation and installation
============================
2002-03-09 05:10:06 +08:00
2004-04-02 07:45:14 +08:00
In order to compile Bluetooth utilities you need following software packages:
2004-04-02 07:45:02 +08:00
- Linux Bluetooth protocol stack (BlueZ)
- GCC compiler
2006-06-17 16:22:52 +08:00
- D-Bus library
- GLib library
- USB library (optional)
2004-04-02 07:45:14 +08:00
- Lexical Analyzer (flex, lex)
- YACC (yacc, bison, byacc)
2002-03-09 05:10:06 +08:00
To configure run:
./configure --prefix=/usr --mandir=/usr/share/man \
2006-08-10 19:27:29 +08:00
--sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
2009-01-02 02:33:20 +08:00
Configure automatically searches for all required components and packages.
2002-03-09 05:10:06 +08:00
To compile and install run:
2005-10-30 03:25:42 +08:00
make && make install
2004-04-02 07:45:02 +08:00
2002-03-09 05:10:06 +08:00
2005-10-30 03:25:42 +08:00
Information
===========
2002-03-09 05:10:06 +08:00
Mailing lists:
2008-09-12 01:58:26 +08:00
linux-bluetooth@vger.kernel.org
2002-03-09 05:10:06 +08:00
For additional information about the project visit BlueZ web site:
2004-04-02 07:45:02 +08:00
http://www.bluez.org