Changeset 155403 in webkit
- Timestamp:
- Sep 9, 2013, 5:08:10 PM (13 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
building/tools.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/ChangeLog
r155073 r155403 1 2013-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 1 7 2013-09-04 Beth Dakin <bdakin@apple.com> 2 8 -
trunk/Websites/webkit.org/building/tools.html
r152119 r155403 71 71 <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> 72 72 </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> 74 81 <li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p> 75 82 <p>Debugging Tools for Windows includes many useful debugging tools such as WinDbg and NTSD. Some of WebKit’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.