mirror of
https://github.com/gryf/wicd.git
synced 2026-03-01 22:25:48 +01:00
Clarified some required versions in INSTALL
This commit is contained in:
7
INSTALL
7
INSTALL
@@ -1,15 +1,16 @@
|
|||||||
Installation of Wicd should be done using your distribution package if one
|
Installation of Wicd should be done using your distribution package if one
|
||||||
exists. If not, the installation is relatively straightforward, but there
|
exists. If not, the installation is relatively straightforward, but there
|
||||||
are a few dependencies:
|
are a few dependencies:
|
||||||
1. python (obviously) and pygtk
|
1. python (>=2.4, <3.0)
|
||||||
|
2. pygtk (>=2.10)
|
||||||
2. dbus and its glib and python bindings
|
2. dbus and its glib and python bindings
|
||||||
3. a dhcp client (dhclient, dhcpcd, and pump are supported)
|
3. a dhcp client (dhclient, dhcpcd, and pump are supported)
|
||||||
4. wireless-tools (iwlist, iwconfig, etcetera)
|
4. wireless-tools (iwlist, iwconfig, etcetera)
|
||||||
5. net-tools (ip, route, etcetera)
|
5. net-tools (ip, route, etcetera)
|
||||||
6. a graphical sudo application (gksu, kdesu, and ktsuss are supported),
|
6. a graphical sudo application (gksu, kdesu, and ktsuss are supported),
|
||||||
while optional, is strongly recommended
|
while optional, is strongly recommended
|
||||||
7. urwid (if you want to use the curses client)
|
7. urwid (if you want to use the curses client - needs version >=0.9.8.3)
|
||||||
8. pm-utils (optional for suspend/resume integration - needs version 1.2.4+)
|
8. pm-utils (optional for suspend/resume integration - needs version >=1.2.4)
|
||||||
|
|
||||||
If you are installing from a bzr pull or beta/rc tarball and you want
|
If you are installing from a bzr pull or beta/rc tarball and you want
|
||||||
the native language translations, first run this:
|
the native language translations, first run this:
|
||||||
|
|||||||
Reference in New Issue
Block a user