ReferencePlatforms/Test/Win7: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
* Copy C:\mozilla-build\python25\Lib\site-packages\pywin32_system32\*.dll to C:\windows\system32 | * 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 | * 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 | |||
* TODO The zip file will be committed to the ref platforms repo |
Revision as of 14:32, 2 September 2010
No full reference exists, but Alice says she followed the Vista instructions when creating this ref machine.
Setup
- disabled the volume (this change is not on the testing Win7 machines but it should be for the next time - bug 587038)
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
- TODO The zip file will be committed to the ref platforms repo