webengine/osswebengine/WebCore/README
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 WebCore is a framework for Mac OS X that takes the cross-platform
       
     2 KHTML library (part of the KDE project) and combines it with an
       
     3 adapter library specific to WebCore called KWQ that makes it work
       
     4 with Mac OS X technologies. KHTML is written in C++ and KWQ is written
       
     5 in Objective C++, but WebCore presents an Objective C programming
       
     6 interface. WebCore requires the JavaScriptCore framework.
       
     7 
       
     8 This version of WebCore is based on the KHTML library from KDE 3.0.2.
       
     9 Changes that are specific to WebCore are marked with #if APPLE_CHANGES.
       
    10 Other changes to improve performance and web page compatibility are
       
    11 intended for integration into future versions of the KHTML library.
       
    12 
       
    13 In order to use the WebCore and JavaScriptCore projects together you
       
    14 will need to set both projects to use the same build products directory.
       
    15 
       
    16 The JavaScriptCore README has detailed instructions about how to set
       
    17 this up.
       
    18 
       
    19 After JavaScriptCore is built, you can build WebCore using the Project
       
    20 Builder interface or the "pbxbuild" command from the command line.