⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 155403 in webkit


Ignore:
Timestamp:
Sep 9, 2013, 5:08:10 PM (13 years ago)
Author:
roger_fong@apple.com
Message:

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

  • building/tools.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r155073 r155403  
     12013-09-09  Roger Fong  <roger_fong@apple.com>
     2
     3        Update build instructions for Apple Windows port to include cygwin php install steps.
     4
     5        * building/tools.html:
     6
    172013-09-04  Beth Dakin  <bdakin@apple.com>
    28
  • trunk/Websites/webkit.org/building/tools.html

    r152119 r155403  
    7171<p>Download the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=6812">June 2010 DirectX SDK</a>  This is needed for accelerated compositing.</p>
    7272</p>
    73 
     73<li><p>Install php, we use the following steps (you need this to run http layout tests):</p>
     74<ol>
     75<li>cd /usr/local/bin</li>
     76<li>wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg</li>
     77<li>chmod a+x apt-cyg</li>
     78<li>Change line 341 of the apt-cyg script to "wget -nc $mirror/../$install"</li>
     79<li>apt-cyg -m ftp://sourceware.org/pub/cygwinports/x86 install php</li>
     80</ol>
    7481<li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p>
    7582<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.