/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
README for Olive
================

What is Olive?
--------------

Olive is a GTK-based graphical frontend for Bazaar Version Control System
(http://bazaar-vcs.org/). It aims to be a user-friendly tool for those who are
not familiar with command line interfaces. Olive is written in Python, so it
can be run under different platforms (Linux and Windows are known to work).

Requirements
------------

 - Python (>= 2.4)
 - GTK (>= 2.8)
 - PyGTK (>= 2.8)
 - Bazaar (>= 0.8.2)

Install on Linux
----------------
 
You just need to run the bundled setup script like this:
 
 # ./setup.py install

If you'd like to install to a different folder, you can:

 $ ./setup.py install --prefix /path/to/the/folder

Be sure to adjust the PATH values if you install to a custom location!

A desktop menu entry is shipped with the application, you'll find Olive in the
Programming category.

Install on Windows
------------------

You can download the dependencies from the following locations:

 - Python: http://www.python.org/download/releases/2.4.3/
 - GTK: http://gladewin32.sourceforge.net/
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)

As an Administrator, you can install Olive with the standard command:

 > c:\Python24\python.exe setup.py install

You can run Olive with this command:

 > c:\Python24\python.exe c:\Python\Scripts\olive-gtk