Go to file
Max Krasnyansky d80fe43462 update
2002-09-18 00:44:00 +00:00
include resurrect hci_remote_name() 2002-09-18 00:37:04 +00:00
src resurrect hci_remote_name() 2002-09-18 00:37:04 +00:00
AUTHORS update 2002-09-15 17:17:05 +00:00
bootstrap Build env cleanup. Remove auto generated files from CVS. 2002-05-23 20:26:01 +00:00
ChangeLog update 2002-09-18 00:44:00 +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.in update 2002-09-16 17:32:47 +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
ltconfig ltconfig seem to be required on some systems. 2002-05-17 01:03:35 +00:00
ltmain.sh Initial revision 2002-03-08 21:10:06 +00:00
Makefile.am Libtoolize and fix top level build. 2002-05-27 02:25:33 +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>