summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-06-30 12:05:21 +0200
committerBastien Nocera <hadess@hadess.net>2022-06-30 12:05:21 +0200
commitb6442029a76b5384b4505d2da4926c4959789c28 (patch)
tree0ad65aa206a36e03b025fe8a0db40750d739f82a
parent3b1029f467393107f0cc1966fd2be2053c88f8a5 (diff)
downloadgeocode-glib-b6442029a76b5384b4505d2da4926c4959789c28.tar.gz
README: Add information about libsoup 3.x API version change
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index afb023d..50bb65d 100644
--- a/README
+++ b/README
@@ -9,6 +9,12 @@ Requirements
geocode-glib requires json-glib, gio and libsoup to compile and run.
+While geocode-glib can be compiled against libsoup version 2.x or version 3.x, as
+those versions can't cohabit in the same binary, you will need to choose which
+one your application will support, especially if geocode-glib isn't a direct
+dependency. Version 1.0 of the geocode-glib API only supports libsoup 2.x,
+version 2.0 (and later) of the API will only support libsoup 3.x.
+
Applications and libraries using geocode-glib
---------------------------------------------