~gmb/gwibber/use-dates-for-indexes

1 by segphault
First Gwibber checkin
1
Installing Gwibber
2
==================
3
4
  Requirements
5
  ------------
6
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
7
	Please note that the version numbers listed below only reflect my test
8
	environment. Gwibber is known to work with those specific versions, but
9
	will probably work fine on most current desktop distributions that include
10
	Python's WebKit GTK+ bindings.
1 by segphault
First Gwibber checkin
11
12
    * python (2.5)
13
    * python-dbus (0.80.2)
14
    * python-gtk2 (2.10.4)
15
    * python-gconf (2.18.0)
16
    * python-notify (0.1.1)
139 by Ryan Paul
Update the INSTALL file with the latest dependencies
17
    * python-webkitgtk (1.0.1)
18
    * python-simplejson (1.9.1)
19
    * python-egenix-mxdatetime (3.0.0)
179 by Ryan Paul
Added the new distutils-extra dependency to the INSTALL file
20
    * python-distutils-extra
1 by segphault
First Gwibber checkin
21
22
  Installation
23
  ------------
24
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
25
	Gwibber uses Python's distutils framework for installation. In order to
26
	install Gwibber, you will need root access. To install Gwibber, perform
27
	the following command as root:
1 by segphault
First Gwibber checkin
28
29
      $ python setup.py install
30
31
  Run Gwibber
32
  -----------
33
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
34
	If you installed Gwibber using the setup.py script, you can launch the
35
	program by typing "gwibber" at the command line. If you want to run
36
	Gwibber without installing it, start the "run" script from within the
37
	Gwibber directory.