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-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.26/geocode-glib-3.26.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.26/geocode-glib-3.26.1.tar.xz
Download MD5 sum: 21094494e66c86368add6a55bf480049
Download size: 76 KB
Estimated disk space required: 4.8 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
JSON-GLib-1.4.4 and libsoup-2.66.2
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 -Denable-gtk-doc=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Denable-gtk-doc=false
: Allow this
package to be built without GTK-Doc. Remove this parameter if
GTK-Doc is installed and you wish to rebuild and install the API
documentation.
Last updated on 2019-08-25 11:35:01 -0700