Changeset 70121 in webkit


Ignore:
Timestamp:
Oct 19, 2010 7:53:54 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-10-19 Jenn Braithwaite <jennb@chromium.org>

Reviewed by David Levin.

Add DirectX SDK to Installing Developer Tools web page
https://bugs.webkit.org/show_bug.cgi?id=47911

  • building/tools.html:
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r69837 r70121  
     12010-10-19  Jenn Braithwaite  <jennb@chromium.org>
     2
     3        Reviewed by David Levin.
     4
     5        Add DirectX SDK to Installing Developer Tools web page
     6        https://bugs.webkit.org/show_bug.cgi?id=47911
     7
     8        * building/tools.html:
     9
    1102010-09-30  David Levin  <levin@chromium.org>
    211
  • trunk/WebKitSite/building/tools.html

    r67501 r70121  
    5959<p>Download QuickTime SDK for Windows from <a href="http://developer.apple.com/quicktime/download/">http://developer.apple.com/quicktime/download/</a> and install it to the default location (\Program Files\QuickTime SDK). This is needed for media support.
    6060
     61<li><p>Install DirectX SDK</p>
     62<p>Download the <a href="http://msdn.microsoft.com/en-us/directx/default.aspx">DirectX SDK</a>.  This is needed for accelerated compositing on Windows.</p>
     63<p> Verify MSVC|Tools|Options|Projects and Solutions|VC++ Directories has Include: <code>$(DXSDK_DIR)include</code> and Lib: <code>$(DXSDK_DIR)lib</code>
     64</p>
     65
    6166<li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p>
    6267<p>Debugging Tools for Windows includes many useful debugging tools such as WinDbg and NTSD. Some of WebKit&rsquo;s tests and scripts use these tools. Follow the <a target="installtools" href="http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b">instructions for installing the 32-bit version of Debugging Tools for Windows</a>.</p>
Note: See TracChangeset for help on using the changeset viewer.