Diff between 3dd819edaf67b9d0069a9fcda142ab9c4023b596 and 878ef74ef387ec945322b2e925a3985fd159d1cb

Changed Files

File Additions Deletions Status
README +4 -3 modified

Full Patch

diff --git a/README b/README
index 5981db9..c7dc5e1 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.