summaryrefslogtreecommitdiffstats
path: root/libraries/geocode-glib2/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/geocode-glib2/README')
-rw-r--r--libraries/geocode-glib2/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/geocode-glib2/README b/libraries/geocode-glib2/README
new file mode 100644
index 0000000000..b821201716
--- /dev/null
+++ b/libraries/geocode-glib2/README
@@ -0,0 +1,13 @@
+geocode-glib2 is a convenience library for the geocoding (finding
+longitude, and latitude from an address) and reverse geocoding
+(finding an address from coordinates). It uses Nominatim service to
+achieve that. It also caches (reverse-)geocoding requests for faster
+results and to avoid unnecessary server load.
+
+This script will build library that uses soup3 API. It can reside with
+geocode-glib in the same system.
+
+Below variables can be used to configure the build:
+ GTKDOC=yes : Builds gtkdocs
+ INTROSPECTION=no : Disables the introspection generation
+ TESTS=yes : Build & install test programs