On Fri, Dec 06, 2013 at 01:12:04AM -0500, larry x.wang wrote: > How can I install a specific version of webkitgtk? ie 1.9.X > in the download tar,When I extract the tar package,the install and > readme is empty.I don't how build it from source and how to install > it.
The basic way to build webkitgtk from source is: $ ./configure $ make $ make install For questions specific to the GTK+ port you can use the webkit-gtk mailing list: https://lists.webkit.org/mailman/listinfo/webkit-gtk And you can also find us in the #webkitgtk+ IRC channel on freenode. Berto _______________________________________________ webkit-dev mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-dev

