-
Notifications
You must be signed in to change notification settings - Fork 0
achristensen07/webkit64prep
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is how I compile WebKit for x64 Windows. I have the webkit repository copied to C:\cygwin\webkit, the WinCairoDependencies repository copied to C:\cygwin\WinCairoDependencies, and this repository in C:\cygwin\webkit64prep but this can probably be changed by changing the beginnings of the perl files and doing different registry changes as appropriate. These instructions assume webkit builds on your computer. 1) revert and clean (remove all unversioned files) WinCairoDependencies and webkit repositories 2) run both perl scripts 3) build WinCairo_vc8.sln with Release x64 configuration 4) copy libs (don't forget libpng.lib from bin) to webkit/WebKitLibraries/win/lib 5) build WebKit.sln with Release_Cairo_CFLite x64 configuration, copy WebCoreTestSupport.lib from webkit/WebKitBuild/Release_Cairo_CFLite/bin to lib, and build the solution again 6) copy dlls from WinCairoDependencies/Bin to webkit/WebKitBuild/Release_Cairo_CFLite/bin overwriting any dlls (they're mostly 32 bit dlls somehow) 7) with regedit, add a new key at "Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Apple Computer, Inc./Safari" with a new string value named InstallDir with value data "C:\cygwin\webkit\WebKitBuild\Release_Cairo_CFLite\bin" (without the quotes) 8) with regedit, add a new key at "Computer/HKEY_LOCAL_MACHINE/SOFTWARE/Apple Inc./Apple Application Support" with a new string value named InstallDir with value data "C:\cygwin\webkit\WebKitBuild\Release_Cairo_CFLite\bin" (without the quotes) 9) run WinLauncher
About
files for the preparation of webkit for compiling wincairo for windows x64
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published