blob: 6907b3e241bb289b88071454565c6244e74d738c [file] [log] [blame]
darind25c1e92003-01-06 01:12:05 +00001WebCore is a framework for Mac OS X that takes the cross-platform
2KHTML library (part of the KDE project) and combines it with an
3adapter library specific to WebCore called KWQ that makes it work
4with Mac OS X technologies. KHTML is written in C++ and KWQ is written
5in Objective C++, but WebCore presents an Objective C programming
6interface. WebCore requires the JavaScriptCore framework.
7
8This version of WebCore is based on the KHTML library from KDE 3.0.2.
9Changes that are specific to WebCore are marked with #if APPLE_CHANGES.
darin3f2b13b2003-01-06 03:57:51 +000010Other changes to improve performance and web page compatibility are
11intended for integration into future versions of the KHTML library.
darind25c1e92003-01-06 01:12:05 +000012
darin376eabf2003-01-22 00:48:45 +000013In order to use the WebCore and JavaScriptCore projects together you
14will need to set both projects to use the same build products directory.
darind25c1e92003-01-06 01:12:05 +000015
darin376eabf2003-01-22 00:48:45 +000016The JavaScriptCore README has detailed instructions about how to set
17this up.
darind25c1e92003-01-06 01:12:05 +000018
darin376eabf2003-01-22 00:48:45 +000019After JavaScriptCore is built, you can build WebCore using the Project
20Builder interface or the "pbxbuild" command from the command line.