summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-11-11 17:07:18 +0200
committerPatrick Griffis <pgriffis@igalia.com>2021-11-11 15:24:34 +0000
commit2a28a4496829abf998f50c586aea91506ea71de3 (patch)
treeef8b7e1972db0069451e2225669fb4326d0549e3
parent4787b4298075557f79b5348c6432ac27625cda8c (diff)
downloadlibsoup-2a28a4496829abf998f50c586aea91506ea71de3.tar.gz
Drop remaining XML-RPC and libxml2 references
-rw-r--r--README1
-rw-r--r--README.msvc8
2 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index 6872d4af..80f0f917 100644
--- a/README
+++ b/README
@@ -8,7 +8,6 @@ Features:
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
- * XML-RPC support
See the documentation in docs/reference/ and the test programs in
tests/ for simple examples of how to use the code. The
diff --git a/README.msvc b/README.msvc
index 86447e0b..0731550a 100644
--- a/README.msvc
+++ b/README.msvc
@@ -3,16 +3,16 @@ Building with Visual Studio using Meson
Meson is now the supported method of building libsoup using Visual Studio.
-Note that you will need libxml2, SQLite3, libpsl and optionally MIT
-Kerberos, in addition to GLib and all its dependencies. You will also need
+Note that you will need SQLite3, libpsl and optionally MIT Kerberos,
+in addition to GLib and all its dependencies. You will also need
a set of GIO modules that implement TLS functionality, which needs to be
found and loadable by GLib (GIO). glib-openssl is the
only supported option for this at this time of writing for Visual Studio
builds. Note that these should be built with the same compiler that is being
used to build libsoup.
-For libxml2, SQLite3 and MIT Kerberos (for GSSAPI functionality), ensure that
-their headers, .lib's and DLLs can be found in the paths defined in your INCLUDE,
+For SQLite3 and MIT Kerberos (for GSSAPI functionality), ensure that their
+headers, .lib's and DLLs can be found in the paths defined in your INCLUDE,
LIB and PATH environmental variables, while you need to set PKG_CONFIG_PATH to
contain the path to the pkg-config (.pc) files for the various components of GLib
and for libpsl. If GObject-Introspection is found via pkg-config files, the