Changes between Version 4 and Version 5 of FAQ
- Timestamp:
- Dec 20, 2010, 10:40:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v4 v5 29 29 There are a number of safe ways to test an application against a newer !WebKit: 30 30 * 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. 32 32 * Set the DYLD_FRAMEWORK_PATH to point to the newer frameworks. 33 33