|
|
Line 45: |
Line 45: |
| * Start Menu -> Right click "Computer" -> Properties -> Advanced System Settings -> Environment Variables | | * Start Menu -> Right click "Computer" -> Properties -> Advanced System Settings -> Environment Variables |
| ** Append "c:\mozilla-build\msys\bin;c:\mozilla-build\hg;c:\mozilla-build\vim\vim72" to the system PATH variable. | | ** Append "c:\mozilla-build\msys\bin;c:\mozilla-build\hg;c:\mozilla-build\vim\vim72" to the system PATH variable. |
| | * Import the following registry file: |
| | Windows Registry Editor Version 5.00 |
| | [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python\PythonCore\2.5\InstallPath] |
| | @="c:\mozilla-build\python25" |
|
| |
|
| = Buildbot/Talos toolchain = | | = Buildbot/Talos toolchain = |
| 9cd2c4d23dea7dfcd964449c3008f042 *python-2.6.5.amd64.msi
| |
| 19bb3d33f27627688e3f3f7dc6cecb5f *Twisted-10.0.0.in32-py2.6.msi
| |
| edc642a8cb2ec0657f5a4fc7a194fae8 *zope.interface-3.6.1-py2.6-win-amd64.zip
| |
| d6c179981b72bdc095141d4cb0c5065a *pywin32-214.win-amd64-py2.6.exe
| |
| 3133f0ff265207e1d642e87058df2147 *PyYAML-3.09.zip | | 3133f0ff265207e1d642e87058df2147 *PyYAML-3.09.zip |
| 925a5d4d9b4a63ff1a473cc4d47f2f05 *unzip-5.51-1-bin.zip
| |
| 5003ef04cc60cb5ca0ff3181b013a384 *cvs-1-11-22.zip
| |
| bd126a7b59d5d1f97ba89a3e71425731 *wget.exe
| |
| 5a3e9d30b906dadf54de0635522fd62c *coreutils-5.3.0.exe
| |
| c7bd4ed060dbb6164caa568a59fab835 *nircmd.zip | | c7bd4ed060dbb6164caa568a59fab835 *nircmd.zip |
|
| |
|
| * Info-Zip
| |
| *# Download and extract [http://easynews.dl.sourceforge.net/sourceforge/gnuwin32/unzip-5.51-1-bin.zip Info-Zip]
| |
| *# Place 'unzip.exe' and 'unzip32.dll' in c:\windows
| |
| * CVS
| |
| *# Download [http://ftp.gnu.org/non-gnu/cvs/binary/stable/x86-woe/cvs-1-11-22.zip CVS]
| |
| *# Extract to c:\windows
| |
| * Wget
| |
| *# Download [http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe Wget] to c:\windows
| |
| * Chmod, rm, etc.
| |
| *# Download and install [http://superb-west.dl.sourceforge.net/sourceforge/gnuwin32/coreutils-5.3.0.exe Coreutils]
| |
| *# Append 'c:\program files\gnuwin32\bin' to PATH.
| |
|
| |
| * Install python 2.6.5 with installer, use all defaults
| |
| * Install twisted 10.0 with installer, use all defaults
| |
| ** Apply the process killing patch:
| |
| wget -O prockill.patch https://bugzilla.mozilla.org/attachment.cgi?id=451277
| |
| cd c:\python26\lib\site-packages\twisted
| |
| patch -p0 < c:\users\cltbld\prockill.patch
| |
| * Install zope.interface 3.6.1:
| |
| unzip zope.interface-3.6.1-py2.6-win-amd64.zip
| |
| move zope c:\python26\lib\site-packages
| |
| * Install pywin32 214 for py2.6/amd64 with installe, use all defaults
| |
| * Install buildbot 0.8.0: | | * Install buildbot 0.8.0: |
| hg clone http://hg.mozilla.org/build/buildbot | | hg clone http://hg.mozilla.org/build/buildbot |