Third party packages required for building the open source WebKit port for Windows.
WebKitRequirements uses vcpkg to drive
building the libraries. A helper script, Install-Vcpkg.ps1
, configures
vcpkg
to be able to build the repository.
> Install-Vcpkg.ps1 -vcpkgPath <path-to-vcpkg> [-update]
The script clones vcpkg
at the given location if it is not already there. If
the vcpkg
repository was already checked out at that location the script does
not automatically update the sources. An optional flag, -update
, is required
to trigger a git pull
.
After the repository is ready the script will copy over any resources from the
vcpkg
checkout that are required to do the build. View the
Install-Vcpkg.ps1 script for additional options.
After installing vcpkg
the requirements can be fully built using the
Install-Requirements
script, which is just a wrapper around vcpkg
which
builds the listed ports. A default is chosen based on the triplet, for windows
WindowsRequirements.json is used.
> Install-Requirements.ps1 -triplet <triplet-file>
After the script runs the requirements will be built in the expected manner for use within WebKit. View the Install-Requirements.ps1 script for additional options.
Ports can be manually built using vcpkg
directly. The
Install-Requirements.ps1
is just provided as a convenience for fully building
the requirements.
> vcpkg.exe install <port> --triplet <triplet>
Library | Version | Release Date |
---|---|---|
icu | 76.1 | 2024-10-24 |
zlib | 2.2.2 | 2024-09-17 |
brotli | 1.1.0 | 2023-08-31 |
libressl | 4.0.0 | 2024-10-14 |
nghttp2 | 1.64.0 | 2024-10-21 |
nghttp3 | 1.6.0 | 2024-10-05 |
ngtcp2 | 1.8.1 | 2024-10-17 |
c-ares | 1.33.0 | 2024-08-02 |
curl | 8.11.0 | 2024-11-05 |
libxml2 | 2.13.4 | 2024-09-18 |
libxslt | 1.1.42 | 2024-07-04 |
lcms | 2.16.0 | 2023-12-03 |
highway | 1.2.0 | 2024-05-31 |
libpng | 1.6.44 | 2024-09-12 |
libjpeg-turbo | 3.0.3 | 2024-05-08 |
libwebp | 1.4.0 | 2024-04-12 |
libjxl | 0.11.0 | 2024-09-13 |
sqlite | 3.47.0 | 2024-10-21 |
woff2 | 1.0.2 | 2017-11-13 |
freetype | 2.13.3 | 2024-08-12 |
harfbuzz | 10.1.0 | 2024-11-04 |
pixman | 0.42.2 | 2022-11-02 |
cairo | 1.18.0 | 2023-09-23 |
libpsl | 0.21.5 | 2024-01-13 |