[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:18:51 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 173a2e58939992cfd4bb653a27618a93afd85065
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 6 05:17:01 2003 +0000

    Another revision on the READMEs.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3259 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/README b/JavaScriptCore/README
index 661641c..c6e20fd 100644
--- a/JavaScriptCore/README
+++ b/JavaScriptCore/README
@@ -9,8 +9,11 @@ with #if APPLE_CHANGES. Other changes to improve performance and web
 page compatibility are intended for integration into future versions of
 the KJS library.
 
-To build the WebCore framework tarball, you'll need Mac OS X 10.2,
-including the development tools.
+To build the JavaScriptCore framework, you'll need Mac OS X 10.2,
+including the development tools, and the following commands:
 
-Build the JavaScriptCore project using either the Project Builder user
-interface or using the command "pbxbuild" from the command line.
+    % cd JavaScriptCore
+    % pbxbuild install
+
+The framework will be installed in /WebCore/Library/Frameworks,
+which is where the WebCore project looks for it.
diff --git a/WebCore/README b/WebCore/README
index 0566236..3fe4bdc 100644
--- a/WebCore/README
+++ b/WebCore/README
@@ -10,12 +10,10 @@ Changes that are specific to WebCore are marked with #if APPLE_CHANGES.
 Other changes to improve performance and web page compatibility are
 intended for integration into future versions of the KHTML library.
 
-To build the WebCore framework tarball, you'll need Mac OS X 10.2,
-including the development tools.
+To build the WebCore framework, you'll need Mac OS X 10.2, including
+the development tools.
 
-First build JavaScriptCore and either install it or set the environment
-variables DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH to include the
-directory that the JavaScriptCore.framework bundle is in.
+First, build and install JavaScriptCore.
 
-Then build the WebCore project using either the Project Builder user
+Then, build the WebCore project using either the Project Builder user
 interface or using the command "pbxbuild" from the command line.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list