bluez/README

36 lines
932 B
Plaintext
Raw Normal View History

2002-03-09 05:12:35 +08:00
BlueZ - Bluetooth protocol stack for Linux
2004-04-02 07:45:14 +08:00
Copyright (C) 2000-2001 Qualcomm Incorporated
Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
2005-01-29 11:12:14 +08:00
Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
2002-03-09 05:12:35 +08:00
Bluetooth utilities
2004-06-16 17:34:35 +08:00
1. 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
- 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:
2004-07-27 22:25:28 +08:00
./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
2002-03-09 05:12:35 +08:00
Configure automatically searches for all required components and packages.
To compile and install run:
2004-04-02 07:45:14 +08:00
make install
2002-03-09 05:12:35 +08:00
2004-04-02 07:45:14 +08:00
2. 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