Rev 4791: Two more steps necessary to make the process work. in http://bazaar.launchpad.net/~jameinel/bzr/windows-setup

John Arbash Meinel john at arbash-meinel.com
Thu Nov 19 20:23:20 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/windows-setup

------------------------------------------------------------
revno: 4791
revision-id: john at arbash-meinel.com-20091119202316-qe680i8bh2yjimfi
parent: john at arbash-meinel.com-20091118215329-ogpi5zp3eq5zmdbu
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: windows-setup
timestamp: Thu 2009-11-19 14:23:16 -0600
message:
  Two more steps necessary to make the process work.
-------------- next part --------------
=== modified file 'doc/developers/win32_build_setup.txt'
--- a/doc/developers/win32_build_setup.txt	2009-11-18 21:53:29 +0000
+++ b/doc/developers/win32_build_setup.txt	2009-11-19 20:23:16 +0000
@@ -37,6 +37,7 @@
    f) wget
    g) zip
    h) unzip
+   i) patch
 
 
 2) Download the supported versions of python from http://www.python.org
@@ -105,6 +106,7 @@
       versions of PyQt.
    i) Install pyreadline
       https://launchpad.net/pyreadline/+download
+   j) easy_install pygments
 
 5) Get Pageant, not strictly necessary, but it is a pretty good ssh-agent for
    Windows, and paramiko knows how to use keys from Pageant.
@@ -134,6 +136,9 @@
 7) Install INNOSetup from:
    http://www.jrsoftware.org/isdl.php
 
+   After installing, you'll want to add ``C:\Program Files\Inno Setup 5`` to
+   your PATH.
+
 8) Fix distutils for the specific version of gcc. Distutils in python2.4.4 has
    a bug where it assumes version strings have only 3 digits. The fix is to
    just change one '?' in the regex into a '*'::



More information about the bazaar-commits mailing list