Confirmed users
3,990
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
No full reference exists, but Alice says she followed the [[ReferencePlatforms/Test/Vista | Vista]] instructions when creating this ref machine. | No full reference exists, but Alice says she followed the [[ReferencePlatforms/Test/Vista | Vista]] instructions when creating this ref machine. | ||
= MozillaBuild 1.4 = | |||
* In [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 bug 549458] we installed MozillaBuild 1.4 by doing this: | |||
wget http://staging-stage.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/mozilla-build-1.4.zip -O mozilla-build.zip | |||
wget http://staging-stage.build.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/python25win32dlls.zip -O python25win32dlls.zip | |||
unzip mozilla-build.zip -d C:\ | |||
unzip python25win32dlls.zip -d C:\mozilla-build\python25\Scripts | |||
rm mozilla-build.zip | |||
rm python25win32dlls.zip | |||
'''NOTE:''' These two files are stored permanently in the [https://bugzilla.mozilla.org/show_bug.cgi?id=549458#c28 ref-platforms repo] |