From 878ef74ef387ec945322b2e925a3985fd159d1cb Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 11 Dec 2012 13:44:58 +0100 Subject: [PATCH] README: Update list of optional dependencies --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 5981db9ee1..c7dc5e1147 100644 --- 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.