On Thu, Sep 29, 2011 at 5:10 AM, prince goyal <[email protected]> wrote: > 2. I have downloaded the source code from WebkitGTK website. > For compilation following command is mentioned: > $ Tools/Scripts/build-webkit --gtk > But in the downloaded code, there is no "Scripts" directory in the "Tools" > directory. Could anybody tell why is "Scripts" directory missing?
For releases you can just do: ./configure, make, make install as usual. The reason this failed is because when you use build-webkit, the experimental WebKit2 support is enabled. --Martin _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk
