[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:46:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b5e902bebef3e6b2350bcd8b1f4b400adad7f84c
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 20 02:53:54 2010 +0000

    2010-10-19  Jenn Braithwaite  <jennb at 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:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70121 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index cea7e1d..e825755 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-19  Jenn Braithwaite  <jennb at 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:
+
 2010-09-30  David Levin  <levin at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index 046a864..b66229f 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -58,6 +58,11 @@ Keep all the default options and click <b>Next</b> until the file is extracted a
 <li><p>Install QuickTime SDK</p>
 <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.
 
+<li><p>Install DirectX SDK</p>
+<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>
+<p> Verify MSVC|Tools|Options|Projects and Solutions|VC++ Directories has Include: <code>$(DXSDK_DIR)include</code> and Lib: <code>$(DXSDK_DIR)lib</code> 
+</p>
+
 <li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p>
 <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>
 <li><p>Optional: Hotfix for 64-bit Windows to disable the user-mode callback filter for exceptions</p>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list