[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:48 UTC 2009


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

    README files for the JavaScriptCore and WebCore tarballs.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3256 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/README b/JavaScriptCore/README
new file mode 100644
index 0000000..1c6a11e
--- /dev/null
+++ b/JavaScriptCore/README
@@ -0,0 +1,15 @@
+JavaScriptCore is a framework for Mac OS X that takes the cross-platform
+KJS library (part of the KDE project), combines it with the PCRE regular
+expression library and David M. Gay's floating point conversion functions,
+and makes it work with Mac OS X technologies.
+
+This version of JavaScriptCore is based on the KJS library from KDE 3.0.2.
+The few changes that are specific to JavaScriptCore are marked 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.
+
+Build the JavaScriptCore project using either the Project Builder user interface
+or using the command "pbxbuild" from the command line.
diff --git a/WebCore/README b/WebCore/README
new file mode 100644
index 0000000..25faaf2
--- /dev/null
+++ b/WebCore/README
@@ -0,0 +1,21 @@
+WebCore is a framework for Mac OS X that takes the cross-platform
+KHTML library (part of the KDE project) and combines it with an
+adapter library specific to WebCore called KWQ that makes it work
+with Mac OS X technologies. KHTML is written in C++ and KWQ is written
+in Objective C++, but WebCore presents an Objective C programming
+interface. WebCore requires the JavaScriptCore framework.
+
+This version of WebCore is based on the KHTML library from KDE 3.0.2.
+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.
+
+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.
+
+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