Friday, September 2, 2016

Building webkit x64 on windows 7


Follow intructions on their page https://webkit.org/webkit-on-windows/#installing-developer-tools
Webkit Support library doesn't contain lib64 versions, so need to build webcairo port on x64.
I encountered a bug in script-extracting WebCairoRequirements.zip, so extract manually to
/WebKitLibraries/win.
 Need also libicu for build, download latest x64 binary version from icu-project.org
set PC_ICU_INCLUDEDIR to icu include-dir
set PC_ICU_LIBDIR to icu lib-dir64
 Run build like this: perl build-webkit --wincairo [--debug|--release] --64-bit
Hope this helped)

No comments:

Post a Comment