~myfreeweb/gwibber/gwibber-surl

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)
274.1.1 by Wouter van Heyst
Update INSTALL with my experience trying to get gwibber running.
16
    * python-imaging (1.1.6)
1 by segphault
First Gwibber checkin
17
    * python-notify (0.1.1)
139 by Ryan Paul
Update the INSTALL file with the latest dependencies
18
    * python-webkitgtk (1.0.1)
19
    * python-simplejson (1.9.1)
20
    * python-egenix-mxdatetime (3.0.0)
179 by Ryan Paul
Added the new distutils-extra dependency to the INSTALL file
21
    * python-distutils-extra
237.4.5 by Greg Grossmeier
Added python-feedparser to the list of dependcies in the INSTALL file
22
    * python-feedparser (4.1)
274.1.1 by Wouter van Heyst
Update INSTALL with my experience trying to get gwibber running.
23
    * python-xdg (0.15)
306 by Ryan Paul
Fixed color bug in bluelines and shine
24
    * python-mako (0.2.2)
1 by segphault
First Gwibber checkin
25
26
  Installation
27
  ------------
28
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
29
	Gwibber uses Python's distutils framework for installation. In order to
30
	install Gwibber, you will need root access. To install Gwibber, perform
31
	the following command as root:
1 by segphault
First Gwibber checkin
32
33
      $ python setup.py install
34
35
  Run Gwibber
36
  -----------
37
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
38
	If you installed Gwibber using the setup.py script, you can launch the
39
	program by typing "gwibber" at the command line. If you want to run
274.1.1 by Wouter van Heyst
Update INSTALL with my experience trying to get gwibber running.
40
	Gwibber without installing it, start "bin/gwibber" from within the
152.1.4 by Dominic Evans
Make README and INSTALL have textwidth 78 formatting
41
	Gwibber directory.