Title: [155403] trunk/Websites/webkit.org
Revision
155403
Author
[email protected]
Date
2013-09-09 17:08:10 -0700 (Mon, 09 Sep 2013)

Log Message

Update build instructions for Apple Windows port to include cygwin php install steps.

* building/tools.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (155402 => 155403)


--- trunk/Websites/webkit.org/ChangeLog	2013-09-09 23:37:43 UTC (rev 155402)
+++ trunk/Websites/webkit.org/ChangeLog	2013-09-10 00:08:10 UTC (rev 155403)
@@ -1,3 +1,9 @@
+2013-09-09  Roger Fong  <[email protected]>
+
+        Update build instructions for Apple Windows port to include cygwin php install steps.
+
+        * building/tools.html:
+
 2013-09-04  Beth Dakin  <[email protected]>
 
         Fixing a typo in demo files and screenshot.

Modified: trunk/Websites/webkit.org/building/tools.html (155402 => 155403)


--- trunk/Websites/webkit.org/building/tools.html	2013-09-09 23:37:43 UTC (rev 155402)
+++ trunk/Websites/webkit.org/building/tools.html	2013-09-10 00:08:10 UTC (rev 155403)
@@ -70,7 +70,14 @@
 <li><p>Install DirectX SDK</p>
 <p>Download the <a href="" 2010 DirectX SDK</a>  This is needed for accelerated compositing.</p>
 </p>
-
+<li><p>Install php, we use the following steps (you need this to run http layout tests):</p>
+<ol>
+<li>cd /usr/local/bin</li>
+<li>wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg</li>
+<li>chmod a+x apt-cyg</li>
+<li>Change line 341 of the apt-cyg script to "wget -nc $mirror/../$install"</li>
+<li>apt-cyg -m ftp://sourceware.org/pub/cygwinports/x86 install php</li>
+</ol>
 <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="" 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-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to