/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: Jelmer Vernooij
  • Date: 2006-05-19 16:56:46 UTC
  • mfrom: (0.1.25 gannotate)
  • Revision ID: jelmer@samba.org-20060519165646-0d867938fdbc9097
Merge in Dan Loda's gannotate plugin and put it in annotate/

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
need the following runtime dependencies:
15
15
 
16
16
  * Python 2.4
17
 
  * bzr 0.11 or later
 
17
  * bzr 0.8 or later
18
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
 
22
22
  * PyCairo 1.0 or later
23
23
 
24
 
In order to see syntax highlighted diffs:
25
 
 
26
 
  * gtksourceview python bindings
27
 
 
28
 
In order to use the nautilus integration, you will need:
29
 
 
30
 
 * python-nautilus
31
 
 
32
 
For Olive on Windows:
33
 
 
34
 
 * pyWin32 (tested with build 209)
35
24
 
36
25
Installation
37
26
------------
43
32
your bzr working tree, or adding the location of bzr-gtk to your
44
33
BZR_PLUGIN_PATH environment variable.
45
34
 
46
 
To use the nautilus integration, either place the nautilus-bzr.py file in
47
 
~/.nautilus/python-extensions or in /usr/lib/nautilus/extensions-1.0/python
48
 
 
49
35
Usage - Visualisation
50
36
---------------------
51
37
 
83
69
day will be highlighted blue, but changes in the past hour will be red and
84
70
lines 2 hours old may be orange. Highlighting can be turned off with --plain
85
71
if overwhelming.
86
 
 
87
 
Install on Windows
88
 
------------------
89
 
 
90
 
You can download the dependencies from the following locations:
91
 
 
92
 
 - Python: http://www.python.org/download/releases/2.4.3/
93
 
 - GTK: http://gladewin32.sourceforge.net/
94
 
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
95
 
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
96
 
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018
97
 
 
98
 
As an Administrator, you can install Olive with the standard command:
99
 
 
100
 
 > c:\Python24\python.exe setup.py install
101
 
 
102
 
You can run Olive with this command:
103
 
 
104
 
 > c:\Python24\python.exe c:\Python\Scripts\olive-gtk
105
 
 
106