Go to file
2002-11-16 01:44:53 +00:00
hcid Syntax fix. 2002-08-20 18:42:12 +00:00
pcmcia Better use the version string 2002-10-25 11:22:43 +00:00
rfcomm Display "clean" instead of "open" 2002-11-01 19:29:26 +00:00
scripts Start sdpd, if installed. 2002-06-24 03:11:13 +00:00
test Use select in dump mode. 2002-10-15 17:44:49 +00:00
tools Add new manpages and update the old ones 2002-11-16 01:44:53 +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-10-07 16:23:09 +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 Move testing programs from tools directory into the test directory 2002-10-14 20:46:47 +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 Move testing programs from tools directory into the test directory 2002-10-14 20:46:47 +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

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>