home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / bluez-utils / README < prev    next >
Encoding:
Text File  |  2007-01-28  |  1.1 KB  |  41 lines

  1. BlueZ - Bluetooth protocol stack for Linux
  2. ******************************************
  3.  
  4. Copyright (C) 2000-2001  Qualcomm Incorporated
  5. Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
  6. Copyright (C) 2002-2007  Marcel Holtmann <marcel@holtmann.org>
  7.  
  8. Bluetooth utilities
  9.  
  10.  
  11. Compilation and installation
  12. ============================
  13.  
  14. In order to compile Bluetooth utilities you need following software packages:
  15.     - Linux Bluetooth protocol stack (BlueZ)
  16.     - GCC compiler
  17.     - D-Bus library
  18.     - USB library
  19.     - Lexical Analyzer (flex, lex)
  20.     - YACC (yacc, bison, byacc)
  21.  
  22. To configure run:
  23.     ./configure --prefix=/usr --mandir=/usr/share/man \
  24.         --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
  25.  
  26. Configure automatically searches for all required components and packages. 
  27.  
  28. To compile and install run:
  29.     make && make install
  30.  
  31.  
  32. Information
  33. ===========
  34.  
  35. Mailing lists:
  36.     bluez-users@lists.sf.net - BlueZ general questions and discussions
  37.     bluez-devel@lists.sf.net - BlueZ development 
  38.  
  39. For additional information about the project visit BlueZ web site:
  40.     http://www.bluez.org
  41.