Go to file
2004-04-01 14:01:15 +00:00
include Increase size of UUID string representation 2004-04-01 14:01:15 +00:00
src Store additional unitSize for strings 2004-04-01 10:18:22 +00:00
AUTHORS Remove autoconf and automake specific files and update others 2004-03-31 16:31:03 +00:00
bootstrap Build env cleanup. Remove auto generated files from CVS. 2002-05-23 20:26:01 +00:00
ChangeLog Update changelog and bump version number 2003-12-17 14:26:14 +00:00
configure.in Cleanup 2004-03-03 03:56:18 +00:00
COPYING Remove autoconf and automake specific files and update others 2004-03-31 16:31:03 +00:00
INSTALL Remove autoconf and automake specific files and update others 2004-03-31 16:31:03 +00:00
libs.spec Update RPM spec file 2004-03-31 21:53:36 +00:00
Makefile.am Add RPM spec file. 2002-12-21 05:17:15 +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>