Building WebKit
---------------

This version supports Win32.

EA WebKit requires that you have proper development tools installed.  Contact your platform providers to install the proper SDKs.

1. Install developer tools
2. Open \projects\<Visual Studio Version>\EA WebKit\<EA WebKit Version No>\EAWebKit.sln
3. Select appropriate platform\project from toolbar.
4. Execute Build.

Note that if you build EAWebKit from a too deep dir location, you might get a compile error.  Move or shorten the project path to resolve the issue.  

Developer Requirements
----------------------
*General*
EA WebKit requires Visual 2008 or higher to build.  
Visual Studio can be obtained from Microsoft Corporation from http://www.microsoft.com/visualstudio/en-us/default.mspx.

It is expected that Visual Studio will be installed under C:\Program Files\Microsoft Visual Studio <version>.  
For VS 2008, C:\Program Files\Microsoft Visual Studio 9.

Windows SDK version 6.0.6001.18000.367 or higher is also required and can be obtained at 
http://www.microsoft.com/downloads/details.aspx?FamilyId=F26B1AA4-741A-433A-9BE5-FA919850BDBF.  
The SDK should be installed at C:\Program Files\Microsoft SDKs\Windows\v6.0A .


This version was tested with VS2008 and Windows SDK version 6.0.6001.18000.367.




