On Tue, 2014-08-26 at 17:28 +0200, Carlos Garcia Campos wrote: > El mar, 26-08-2014 a las 16:32 +0200, Jose escribió: > > I want to try the patch. Are the steps below the right ones ? > > > > # using non-root user > > git clone git://git.webkit.org/WebKit.git webkit > > > > cd webkit > > # install base WebKitGTK+ dependencies > > Tools/gtk/install-dependencies > > # install jhbuild modules > > Tools/Scripts/update-webkitgtk-libs > > > > > > -> patch command > > > > # build - requires ninja and eclipse dependencies > > I'm pretty sure eclipse is not required :-) > > > Tools/Scripts/build-webkit --gtk >
Yes that should work! > Not sure if you have to create the build dir first > > mkdir WebKitBuild > cd WebKitBuild > ../Tools/Scripts/build-webkit --gtk > Heh :) Please invoke build-webkit from the root directory and no need to create WebKitBuild/ > > ~ > > > > On Tue, Aug 26, 2014 at 10:50 AM, Carlos Garcia Campos > > <[email protected]> wrote: > > > El lun, 25-08-2014 a las 11:17 +0200, Jose escribió: > > >> Thanks. I am new to webkit and gtk. > > >> > > >> Just an additional question: > > >> > > >> How can I get the response headers for any resource ? (or at least for > > >> the main_resource) > > >> I thought they would be in WebKitURIResponse > > >> http://webkitgtk.org/reference/webkit2gtk/2.5.3/WebKitURIResponse.html > > > > > > Yes, but it's not there yet, I've just uploaded a patch to add > > > webkit_uri_response_get_http_headers(). See > > > https://bugs.webkit.org/show_bug.cgi?id=136248 > > > > > >> On Mon, Aug 25, 2014 at 10:30 AM, Alberto Garcia <[email protected]> > > >> wrote: > > >> > On Mon, Aug 25, 2014 at 10:09:38AM +0200, Jose wrote: > > >> > > > >> >> When trying to build 2.5.3 on my system 3.15.10-200.fc20.x86_64, I > > >> >> get this > > >> >> > > >> >> Linking CXX shared library ../../lib/libwebkit2gtk-4.0.so > > >> >> [ 95%] Built target WebKit2 > > >> >> [ 95%] Generating ../../WebKit2-4.0.gir > > >> >> /bin/sh: --quiet: command not found > > >> > > > >> > Do you have the gobject-introspection package installed? > > >> > > > >> > You need /usr/bin/g-ir-scanner > > >> > > > >> > Berto > > >> > _______________________________________________ > > >> > webkit-gtk mailing list > > >> > [email protected] > > >> > https://lists.webkit.org/mailman/listinfo/webkit-gtk > > >> _______________________________________________ > > >> webkit-gtk mailing list > > >> [email protected] > > >> https://lists.webkit.org/mailman/listinfo/webkit-gtk > > >> > > > > > > -- > > > Carlos Garcia Campos > > > http://pgp.rediris.es:11371/pks/lookup?op=get&search=0xF3D322D0EC4582C3 > > > > _______________________________________________ > webkit-gtk mailing list > [email protected] > https://lists.webkit.org/mailman/listinfo/webkit-gtk _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
