/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-09-30 10:21:43 UTC
  • Revision ID: jelmer@samba.org-20060930102143-c0ef64d6ca860c21
Merge some files from Olive and bzr-gtk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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