Changes between Version 65 and Version 66 of BuildingOnWindows


Ignore:
Timestamp:
Jun 12, 2013 4:19:25 PM (11 years ago)
Author:
bfulgham@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v65 v66  
    7676 1. Install [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b Debugging Tools for Windows 32-bit Version]
    7777 1. Set the `_NT_SYMBOL_PATH` environment variable to include both the Microsoft and Safari symbol servers. It should look something like `cache*c:\symbols;SRV*http://msdl.microsoft.com/download/symbols;SRV*http://url.for.safari/symbol/server`. (See [http://developer.apple.com/internet/safari/windows_symbols_agree.html this page] for the URL of the Safari symbol server.)
    78  1. Disable User Account Control if you are using Windows Vista ([http://windows.microsoft.com/en-US/windows-vista/Turn-User-Account-Control-on-or-off instructions]) or Windows 7 ([http://support.microsoft.com/kb/975787 instructions]). (See [https://bugs.webkit.org/show_bug.cgi?id=44135 Bug 44135] for details.)
     78 1. Disable User Account Control if you are using Windows Vista ([http://windows.microsoft.com/en-US/windows-vista/Turn-User-Account-Control-on-or-off instructions]) or Windows 7 or Windows 8 ([http://support.microsoft.com/kb/975787 instructions]). (See [https://bugs.webkit.org/show_bug.cgi?id=44135 Bug 44135] for details.)
    7979
    8080== Tweaks to run tests ==