~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to README

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
GTG depends on the following packages:
14
14
 * Python, version 2.6 or above
15
15
 * PyGTK
16
 
 * python ConfigObj
17
 
 * python gobject
18
 
 * python XDG
 
16
 * python-configobj
 
17
 * python-xdg
 
18
 * python-liblarch 
 
19
 * python-liblarch-gtk
19
20
 
20
21
To generate the API documentation, you'll also need to install 'pydoctor'.
21
22
 
24
25
 
25
26
To install these packages on Debian-based systems, execute the following
26
27
command:
27
 
    $ sudo aptitude install python-gtk2 python-glade2 python-xdg python-gobject\
28
 
         python-configobj python-pydoctor
 
28
    $ sudo apt-get install python-gtk2 python-gnome2 python-glade2 \
 
29
         python-xdg python-configobj python-pydoctor
29
30
 
30
31
Note that the python-pydoctor package is broken in karmic.
31
32