hi, <br>I spent almost the whole of yesterday figuring out how to get olive working on windows XP<br>(M$-hell is no match for RPM-hell :)<br><br>I got downloaded all the applications and libraries required, and <br>want to put a 20MB zip of this along with instructions on the wiki.
<br><br>Do anyone have a problem with this?<br>Do you think we there might be licensing issues with hosting a bundle like this?<br><br>regards<br>marius<br><br><br>my notes so far:<br>==<br><h3>12 easy steps to get bzr on Windows XP
<br> </h3><ol><li>Extract into a bzr.zip
</li><li> install python 2.5
</li><li> install pywin 32-209
</li><li> install bzr
</li><li> add python and bzr path to environment variable PATH eg:
<ul><li> right click on my computer
</li><li> click on properties
</li><li> click on the advanced tab
</li><li> click environment variables
</li><li> under system variables, add or create a PATH variable
</li><li> add the following <pre>;C:\Python25;C:\Python25\Scripts</pre>
<ul><li> The items are separated by ;
</li><li> It is assumed that your python was installed in `C:\Python25`, if it is somewhere else, please adjust the variables.
</li></ul>
</li></ul>
</li><li> Open up a new commanline console, and run the follwowing:
<dl><dd> <pre>python --version </pre>
</dd><dd> <pre>bzr --version </pre>
</dd><dd> Both of them should give proper version information before you continue.
</dd></dl>
</li><li> install gtk
</li><li> install py-gtk
</li><li> install paramiko
</li><li> install pycairo
</li><li> install pygobject
</li><li> install bzr-gtk
<ul><li> extract it somewhere
</li><li> open a terminal window and cd into the directory where you extracted it.
</li><li> run the following from the commandline:
</li></ul>
<dl><dd> <pre>python setup.py install </pre>
</dd></dl>
</li><li> If everything worked so far you should be able to run:
<dl><dd> <pre>python c:\Python25\Scripts\olive-gtk </pre>
</dd></dl>
</li></ol><br>==<br clear="all"><br>