/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to README

  • Committer: Daniel Schierbeck
  • Date: 2008-01-13 14:12:49 UTC
  • mto: (423.1.2 trunk)
  • mto: This revision was merged to the branch mainline in revision 429.
  • Revision ID: daniel.schierbeck@gmail.com-20080113141249-gd0i2lknr3yik55r
Moved branch view to its own package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
  * Python 2.4
17
17
  * Bazaar with the same major version as bzr-gtk
18
 
  * PyGObject
 
18
  * PyGTK 2.8 or later
19
19
 
20
20
In order to see graphs in the visualisation tool, you will also need:
21
21
 
23
23
 
24
24
In order to see syntax highlighted diffs:
25
25
 
26
 
  * GtkSourceView2 Python bindings (on Debian and Ubuntu systems, these
27
 
    are in the python-gtksourceview2 package)
 
26
  * gtksourceview python bindings (on Debian and Ubuntu systems, these
 
27
    are in the python-gnome2-desktop package)
28
28
 
29
29
In order to use the nautilus integration, you will need:
30
30
 
49
49
To use the nautilus integration, either place the nautilus-bzr.py file in
50
50
~/.nautilus/python-extensions or in /usr/lib/nautilus/extensions-1.0/python
51
51
 
52
 
Please note that python-nautilus currently uses the .so file of Python 
53
 
so you will need to have python-dev installed or you need to manually create a 
54
 
libpythonVER.so symlink in /usr/lib (where VER is your version of python, e.g.
55
 
2.4 or 2.5).
56
 
 
57
52
Usage - Visualisation
58
53
---------------------
59
54
 
119
114
 
120
115
 - Python: http://www.python.org/download/releases/2.4.3/
121
116
 - GTK: http://gladewin32.sourceforge.net/
122
 
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports (pygobject and pycairo)
 
117
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports (pygtk, pygobject and pycairo)
123
118
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
124
119
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018
125
120