Go to file
2003-01-18 15:52:33 +00:00
hcid Syntax fix. 2002-08-20 18:42:12 +00:00
pcmcia Add entry for Billionton Bluetooth card 2002-11-23 18:07:07 +00:00
rfcomm Update of the copyright statement 2003-01-18 15:52:33 +00:00
scripts Add the create_dev script 2003-01-15 13:08:16 +00:00
test Add Headset Test utility 2002-12-21 15:40:33 +00:00
tools Support for switch role command 2003-01-07 17:52:56 +00:00
acinclude.m4 Use original path when libtoolized library not found. 2002-10-10 18:29:12 +00:00
AUTHORS Cleanup 2002-10-07 08:14:34 +00:00
bootstrap Build env cleanup. Remove auto generated files from CVS. 2002-05-23 20:57:19 +00:00
ChangeLog update 2002-12-25 01:19:36 +00:00
config.guess Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
config.sub Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
configure.in Add MAINTAINER_MODE 2002-12-25 01:21:10 +00:00
COPYING Initial revision 2002-03-08 21:12:35 +00:00
INSTALL Initial revision 2002-03-08 21:12:35 +00:00
install-sh Initial revision 2002-03-08 21:12:35 +00:00
ltmain.sh Libtoolize and fix top level build. 2002-05-27 02:25:33 +00:00
Makefile.am Add RPM spec file. Configure fixes. 2002-12-21 06:47:32 +00:00
missing Initial revision 2002-03-08 21:12:35 +00:00
mkinstalldirs Initial revision 2002-03-08 21:12:35 +00:00
NEWS Initial revision 2002-03-08 21:12:35 +00:00
README Initial revision 2002-03-08 21:12:35 +00:00
utils.spec Always install pcmcia scripts. 2002-12-25 01:26:13 +00:00

BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated

Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com>

Bluetooth utilities

1. Compilation and Installation.

In order to compile Bluetooth utilies you need following software packages:
  - Linux kernel 2.4.X source code 
  - GCC compiler
  - Lexical Analyzer (flex, lex)
  - YACC (yacc, bison, byacc)

To configure run:
  ./configure
 
Configure automatically searches for all required components and packages. 

To compile and install run:
  make install

2.0 Information

Mailing lists:
	bluez-announce@lists.sourceforge.net - BlueZ announcements
	bluez-users@lists.sourceforge.net    - BlueZ general questions and discussions
	bluez-devel@lists.sourceforge.net    - BlueZ development 
	bluez-commit@lists.sourceforge.net   - BlueZ commits to the CVS repository

For additional information about the project visit BlueZ web site:
	http://bluez.sf.net 
 
Maxim Krasnyansky <maxk@qualcomm.com>