/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: Aaron Bentley
  • Date: 2006-11-21 14:19:41 UTC
  • mfrom: (91.1.12 trunk)
  • mto: (66.6.5 gtk)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: abentley@panoramicfeedback.com-20061121141941-m82u7iqexarwirkv
MergeĀ fromĀ upstream

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.10 or later
 
17
  * bzr 0.11 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:
29
29
 
30
30
 * python-nautilus
31
31
 
 
32
For Olive on Windows:
 
33
 
 
34
 * pyWin32 (tested with build 209)
 
35
 
32
36
Installation
33
37
------------
34
38
 
79
83
day will be highlighted blue, but changes in the past hour will be red and
80
84
lines 2 hours old may be orange. Highlighting can be turned off with --plain
81
85
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