~ubuntu-branches/ubuntu/precise/gwibber/precise-proposed

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2009-02-20 14:45:57 UTC
  • Revision ID: james.westby@ubuntu.com-20090220144557-xmhe71jdn1mf7yo9
Tags: upstream-0.8
ImportĀ upstreamĀ versionĀ 0.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Installing Gwibber
 
2
==================
 
3
 
 
4
  Requirements
 
5
  ------------
 
6
 
 
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.
 
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)
 
17
    * python-webkitgtk (1.0.1)
 
18
    * python-simplejson (1.9.1)
 
19
    * python-egenix-mxdatetime (3.0.0)
 
20
    * python-distutils-extra
 
21
 
 
22
  Installation
 
23
  ------------
 
24
 
 
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:
 
28
 
 
29
      $ python setup.py install
 
30
 
 
31
  Run Gwibber
 
32
  -----------
 
33
 
 
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.