Go to file
2002-03-19 17:35:54 +00:00
include Added hci_local_name function. 2002-03-19 17:35:54 +00:00
src Added hci_local_name function. 2002-03-19 17:35:54 +00:00
aclocal.m4 Initial revision 2002-03-08 21:10:06 +00:00
AUTHORS Initial revision 2002-03-08 21:10:06 +00:00
ChangeLog Update 2002-03-08 21:22:43 +00:00
config.guess Initial revision 2002-03-08 21:10:06 +00:00
config.sub Initial revision 2002-03-08 21:10:06 +00:00
configure Initial revision 2002-03-08 21:10:06 +00:00
configure.in Initial revision 2002-03-08 21:10:06 +00:00
COPYING Initial revision 2002-03-08 21:10:06 +00:00
INSTALL Initial revision 2002-03-08 21:10:06 +00:00
install-sh Initial revision 2002-03-08 21:10:06 +00:00
ltmain.sh Initial revision 2002-03-08 21:10:06 +00:00
Makefile.am Cleanup. 2002-03-12 18:59:15 +00:00
Makefile.in Cleanup. 2002-03-12 18:59:15 +00:00
missing Initial revision 2002-03-08 21:10:06 +00:00
mkinstalldirs Initial revision 2002-03-08 21:10:06 +00:00
NEWS Initial revision 2002-03-08 21:10:06 +00:00
README Initial revision 2002-03-08 21:10:06 +00:00

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

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

Bluetooth Libraries

1. Compilation and Installation.

In order to compile Bluetooth libraries you need following software packages:
  - Linux kernel 2.4.X source code 
  - GCC compiler

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-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
	bluez-announce@lists.sourceforge.net - BlueZ announcements

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