OSDN Git Service

README: Update list of optional dependencies
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 12:44:58 +0000 (13:44 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 11 Dec 2012 12:44:58 +0000 (13:44 +0100)
README

diff --git a/README b/README
index 5981db9..c7dc5e1 100644 (file)
--- a/README
+++ b/README
@@ -10,15 +10,16 @@ Compilation and installation
 ============================
 
 In order to compile Bluetooth utilities you need following software packages:
-       - Linux Bluetooth protocol stack (BlueZ)
        - GCC compiler
-       - D-Bus library
        - GLib library
+       - D-Bus library
        - USB library (optional)
+       - udev library (optional)
+       - readline (command line clients)
 
 To configure run:
        ./configure --prefix=/usr --mandir=/usr/share/man \
-               --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
+                               --sysconfdir=/etc --localstatedir=/var
 
 Configure automatically searches for all required components and packages.