From 5d10adfd4e9bd228e0032600416483d028554fe4 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 3 Feb 2009 00:12:39 -0600 Subject: [PATCH] Tweaked INSTALL to note dbus and friends deps. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 668b4a3..ee40e7c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Installation of Wicd should be done using your distribution package if one exists. If not, the installation is relatively straightforward, but there are a few dependencies: - 1. python (obviously) - 2. pygtk + 1. python (obviously) and pygtk + 2. dbus and its glib and python bindings 3. a dhcp client (dhclient, dhcpcd, and pump are supported) 4. wireless-tools (iwlist, iwconfig, etcetera) 5. net-tools (ip, route, etcetera)