The Geocode GLib is a convenience library for the Yahoo! Place Finder APIs. The Place Finder web service allows to do geocoding (finding longitude and latitude from an address), and reverse geocoding (finding an address from coordinates).
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.26/geocode-glib-3.26.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.26/geocode-glib-3.26.0.tar.xz
Download MD5 sum: 98c0a7d175014d5865be7d3f774ef14c
Download size: 76 KB
Estimated disk space required: 4.7 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
GTK-Doc-1.28, JSON-GLib-1.4.2, and libsoup-2.62.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/geocode-glib
Install Geocode GLib by running the following commands:
mkdir build && cd build && meson --prefix /usr .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
Last updated on 2018-08-30 12:27:14 -0700