Changeset 86998 in webkit


Ignore:
Timestamp:
May 20, 2011 4:13:33 PM (13 years ago)
Author:
ap@apple.com
Message:

2011-05-20 Alexey Proskuryakov <ap@apple.com>

Reviewed by Dan Bernstein.

Building instructions should not talk about Tiger
https://bugs.webkit.org/show_bug.cgi?id=61210

  • building/tools.html: Removed steps that are only necessary on Tiger, and changed required Xcode version to the latest Leopard one.
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

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

    r86548 r86998  
     12011-05-20  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Reviewed by Dan Bernstein.
     4
     5        Building instructions should not talk about Tiger
     6        https://bugs.webkit.org/show_bug.cgi?id=61210
     7
     8        * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
     9        Xcode version to the latest Leopard one.
     10
    1112011-05-16  Huzaifa Sidhpurwala <huzaifas@redhat.com>
    212
  • trunk/Websites/webkit.org/building/tools.html

    r85008 r86998  
    88<ol>
    99<li><p>Install the Xcode Tools package</p>
    10 <p>Install the Xcode Tools package from <a target="installtools" href="http://connect.apple.com/">http://connect.apple.com</a>.  Xcode 2.3 or later is required to build.</p>
    11 <li><p>Install a Subversion Client (Tiger only)</p>
    12 <p>Subversion (svn) is the source code management tool used by the WebKit Open Source Project. A <a target="installtools" href="http://www.collab.net/downloads/community/">Subversion client for Mac OS X 10.4 and later</a> is available.  Leopard (10.5) and later already include a subversion client.</p>
    13 <li><p>Install Python 2.5 or later (Tiger only)</p>
    14 <p>Python is a scripting language used by the WebKit Open Source Project. WebKit scripts require <a target="installtools" href="http://www.python.org/download/">Python 2.5 or later</a> to run.  Tiger includes Python 2.3 which is too old to support  <a target="installtools" href="http://trac.webkit.org/wiki/PythonGuidelines">WebKit's Python scripts</a>.</p>
     10<p>Install the Xcode Tools package from <a target="installtools" href="http://connect.apple.com/">http://connect.apple.com</a>.  Xcode 3.1.4 or later is required to build.</p>
    1511<li><p>Install Java for Mac OS X Developer Package</p>
    1612<p>Download and install the latest OS-appropriate "Java for Mac OS X Developer Package" from <a href="http://connect.apple.com/">http://connect.apple.com/</a> (located under Downloads > Java).</p>
Note: See TracChangeset for help on using the changeset viewer.