~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/win32_build_setup.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-09 02:53:42 UTC
  • mfrom: (4873.2.3 2.1.0b4-win32-test-imports)
  • Revision ID: pqm@pqm.ubuntu.com-20091209025342-sidvxfcqdgxmuz59
(jam) Get the test suite running again on Windows, (bug #492561)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
   g) zip
38
38
   h) unzip
39
39
   i) patch
40
 
   j) gettext-devel # brings 'msgfmt'
41
40
 
42
41
 
43
42
2) Download the supported versions of python from http://www.python.org
107
106
   i) Install pyreadline
108
107
      https://launchpad.net/pyreadline/+download
109
108
   j) easy_install pygments
110
 
   k) Patch pycrypto, so that it supports older Windows installs. (see bugs
111
 
      #248522, #272791, #497733). The direct link to the patch is:
112
 
      http://launchpadlibrarian.net/16133025/win32_clock.patch
113
 
      This may not end up necessary w/ pycrypto 2.1, especially if paramiko can
114
 
      be taught to use the new functionality (avoiding the warning).
115
 
   l) easy_install testtools
116
109
 
117
110
5) Get Pageant, not strictly necessary, but it is a pretty good ssh-agent for
118
111
   Windows, and paramiko knows how to use keys from Pageant.
129
122
 
130
123
   If you do this, you'll probably also want to install a shortcut to
131
124
   ``pageant.exe`` in Start / Programs / Startup so that it always starts when
132
 
   you log in (though you still have to manually add your SSH keys.)
 
125
   you log in (though you still have to manually add your ssh keys.)
133
126
 
134
127
   Note that on the Amazon EC2 machine, I'm having problems with temp files
135
128
   being created without the permission for the current user to actually read