Changes between Version 2 and Version 3 of SuccessfulPortHowTo


Ignore:
Timestamp:
Dec 20, 2010 10:41:19 AM (13 years ago)
Author:
Adam Roben
Comment:

Update after r74301

Legend:

Unmodified
Added
Removed
Modified
  • SuccessfulPortHowTo

    v2 v3  
    1515== Recommended Porting Steps ==
    1616
    17  1. `JavaScriptCore` building and `WebKitTools/Scripts/run-javascriptcore-tests` running.
     17 1. `JavaScriptCore` building and `Tools/Scripts/run-javascriptcore-tests` running.
    1818  a. This may require modifications to the `JavaScriptCore` and `JavaScriptCore/wtf` source code.
    19   a. If you're using a new build system you will need to modify `WebKitTools/Scripts/wkdirs.pm` and `WebKitTools/Scripts/build-jsc`.
     19  a. If you're using a new build system you will need to modify `Tools/Scripts/wkdirs.pm` and `Tools/Scripts/build-jsc`.
    2020 1. Consider setting up a webkit BuildBot at this time.  Your buildbot request may not be honored until you actually have `run-webkit-tests` running, but it's good to start the process.  Read the BuildBot page.
    2121 1. `WebCore` building.