/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« 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-18 10:09:49 UTC
  • mfrom: (4871.5.4 admin-guide-submit)
  • Revision ID: pqm@pqm.ubuntu.com-20091218100949-2c1ityvnbqjtdf3g
(nmb) Add backup section to admin-guide

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.