Search code examples
webkitgtk

Which libraries does webkit utilize?


I'm looking for a list of libraries used by webkitgtk/safari.

I've googled, checked wikipedia and even the webkit.org site, to no avail.

Specifically, by libraries I mean libpng, etc.

I pulled the regular webkit repo via svn:

svn checkout https://svn.webkit.org/repository/webkit/trunk webkit

I'm building it for x64 and using ASAN (via the set-webkit-configuration script), then followed these instructions:

.../Tools/gtk/install-dependencies
.../Tools/Scripts/update-webkitgtk-libs
.../Tools/Scripts/build-webkit --gtk

Solution

  • I found the list of dependencies: https://trac.webkit.org/wiki/WebKitGTK/Dependencies