Changes between Version 2 and Version 3 of SuccessfulPortHowTo
- Timestamp:
- Dec 20, 2010, 10:41:19 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SuccessfulPortHowTo
v2 v3 15 15 == Recommended Porting Steps == 16 16 17 1. `JavaScriptCore` building and ` WebKitTools/Scripts/run-javascriptcore-tests` running.17 1. `JavaScriptCore` building and `Tools/Scripts/run-javascriptcore-tests` running. 18 18 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`. 20 20 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. 21 21 1. `WebCore` building.