~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/win32_build_setup.txt

  • Committer: Patrick Regan
  • Date: 2009-12-02 20:34:07 UTC
  • mto: (4852.3.3 2.1.0b4-doc-updates)
  • mto: This revision was merged to the branch mainline in revision 4856.
  • Revision ID: patrick.rubbs.regan@gmail.com-20091202203407-fjd0mshgn3j3foel
Removed trailing whitespace from files in doc directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
3) Configure 'distutils' for the compiler that you will be using. For python
52
52
   2.4 and 2.5 we use gcc-mingw32, for 2.6 we use Visual Studio 2008.
53
 
   
 
53
 
54
54
   Edit ``D:\Python25\Lib\disutils\distutils.cfg`` (you have to create the
55
55
   file). You want to add a section like::
56
56
 
61
61
   can find it. Specifically, it knows to look for ``gcc.exe`` however, the
62
62
   latest versions of cygwin start using "alternatives" and making ``gcc`` just
63
63
   a symlink.
64
 
   
 
64
 
65
65
   You also need to add ``C:\cygwin\bin`` and ``C:\cygwin\lib`` into your
66
66
   environment path. This is generally done with::
67
67
 
119
119
 
120
120
   I usually get the 'all-in-one' installer, but only because it is easier. You
121
121
   only really need ``pageant.exe`` and possibly ``puttygen.exe``.
122
 
   
 
122
 
123
123
   If you do this, you'll probably also want to install a shortcut to
124
124
   ``pageant.exe`` in Start / Programs / Startup so that it always starts when
125
125
   you log in (though you still have to manually add your ssh keys.)
128
128
   being created without the permission for the current user to actually read
129
129
   them. They seem to be owned by ``Administrator`` rather than by
130
130
   ``Administrators``.
131
 
   
 
131
 
132
132
6) Install bzr. Usually it is easiest to just get the latest all-in-one
133
133
   installer from https://launchpad.net/bzr/+download
134
134
 
204
204
    Studio key already supplied. There is also the possibility of using Visual
205
205
    Studio Express Edition, but it is currently unable to compile TortoiseBzr.
206
206
 
207
 
.. 
 
207
..
208
208
   vim: ft=rst tw=79 et