Changes between Version 4 and Version 5 of FAQ


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

Update after r74301

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v4 v5  
    2929There are a number of safe ways to test an application against a newer !WebKit:
    3030 * If you have access to the source code, recompile it to link against the newer frameworks. It might be necessary to link against !WebCore.framework while doing this as local builds are not umbrella frameworks.
    31  * The [http://trac.webkit.org/projects/webkit/browser/trunk/WebKitTools/Scripts/run-webkit-app run-webkit-app] script located in !WebKitTools/Scripts allows an application to run with a locally built copy of !WebKit.
     31 * The [http://trac.webkit.org/projects/webkit/browser/trunk/Tools/Scripts/run-webkit-app run-webkit-app] script located in !Tools/Scripts allows an application to run with a locally built copy of !WebKit.
    3232 * Set the DYLD_FRAMEWORK_PATH to point to the newer frameworks.
    3333