diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 19:00:53 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-26 19:00:53 +0200 |
commit | d6ae1c3f777832f8e32702f81fe64e33a1396928 (patch) | |
tree | 159a1e59f3929c9d795dbd1f3edd84d9dccba048 /README | |
parent | b8e5fea8d31fbcd3d1c044385f8217dbf39892bb (diff) | |
parent | 3382af9114a9b2e657c7ddd0a5511edda6a37a90 (diff) |
Import bluez-utils-3.36 revision history
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -5,18 +5,21 @@ Copyright (C) 2000-2001 Qualcomm Incorporated Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> -Bluetooth libraries - Compilation and installation ============================ -In order to compile Bluetooth libraries you need following software packages: +In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) - GCC compiler + - D-Bus library + - USB library + - Lexical Analyzer (flex, lex) + - YACC (yacc, bison, byacc) To configure run: - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/share/man \ + --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib Configure automatically searches for all required components and packages. |