15.03.2012, 13:46, "Victor LI" <[email protected]>: > when I compile the trunck code with the following command: > ./build-webkit --gtk > > I get the error: > checking for LIBSOUP... no > configure: error: Package requirements (libsoup-2.4 >= 2.37.2.1) were not met: > > No package 'libsoup-2.4' found > > It use the lisoup as the network port. is it support using the liburl as the > network port, > if it is ,how to use it ,thanks.
I guess you will need to modify GTK port to use curl instead of libsoup. There is curl network backend in the tree but AFAIK it's used only in Safari/Windows port. -- Regards, Konstantin _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
