ReferencePlatforms/Test/Win7: Difference between revisions
Jump to navigation
Jump to search
(→Setup) |
|||
Line 30: | Line 30: | ||
* Follow [https://bugzilla.mozilla.org/show_bug.cgi?id=562459#c25 these instructions] to find out how to install it as an MSI file | * Follow [https://bugzilla.mozilla.org/show_bug.cgi?id=562459#c25 these instructions] to find out how to install it as an MSI file | ||
md5sum -> ab9907210c0f95733cb8465b4dfa28d8 Microsoft_VC80_DebugCRT_x86.msi | md5sum -> ab9907210c0f95733cb8465b4dfa28d8 Microsoft_VC80_DebugCRT_x86.msi | ||
<i> | |||
= DirectX runtime (not yet) = | |||
See {{bug|624044}} | |||
wget http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe | |||
dxwebsetup.exe | |||
= NVidia drivers update (not yet) = | |||
See {{bug|624044}} | |||
wget http://us.download.nvidia.com/Windows/260.99/260.99_desktop_win7_winvista_32bit_english_whql.exe | |||
C:\Users\cltbld\Downloads\260.99_desktop_win7_winvista_32bit_english_whql.exe | |||
</i> |
Revision as of 20:30, 14 January 2011
No full reference exists, but Alice says she followed the Vista instructions when creating this ref machine.
Setup
- disabled the volume
MozillaBuild 1.4
- In bug 549458 we installed MozillaBuild 1.4
- Checkout 'mozilla-build-1.4.zip' and 'python25win32dlls.zip' from the mofo repo. Read this comment to know where they are located.
unzip mozilla-build-1.4.zip -d C:\ unzip python25win32dlls.zip -d C:\mozilla-build\python25\Scripts rm mozilla-build-1.4.zip rm python25win32dlls.zip
buildbot 0.8.0
- Download site-packages.tar.gz and scripts.tar.gz from mofo repo.
- Unpack site-packages.tar.gz into C:\mozilla-build\python25\Lib
- Unpack scripts.tar.gz into C:\mozilla-build\python25
- Copy C:\mozilla-build\python25\Lib\site-packages\pywin32_system32\*.dll to C:\windows\system32
- Modify startTalos.bat to run C:\mozilla-build\python25\scripts\buildbot
ANGLE libraries
- In bug 589814 we deployed the ANGLE libraries into C:\libs (revision r411)
libEGL.dll libGLESv2.dll
- You can download them from angle_libs.zip
Microsoft_VC80_DebugCRT_x86.msi
- We need to run debug builds on test machines which don't have Visual Studio installed
- This is explained in "Preparing a Test Machine To Run a Debug Executable"
- Follow these instructions to find out how to install it as an MSI file
md5sum -> ab9907210c0f95733cb8465b4dfa28d8 Microsoft_VC80_DebugCRT_x86.msi
DirectX runtime (not yet)
See bug 624044
wget http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe dxwebsetup.exe
NVidia drivers update (not yet)
See bug 624044
wget http://us.download.nvidia.com/Windows/260.99/260.99_desktop_win7_winvista_32bit_english_whql.exe C:\Users\cltbld\Downloads\260.99_desktop_win7_winvista_32bit_english_whql.exe