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-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.20/geocode-glib-3.20.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.20/geocode-glib-3.20.1.tar.xz
Download MD5 sum: 4d9a4c666f525b8ae534be865c8b7681
Download size: 364 KB
Estimated disk space required: 33 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
JSON-GLib-1.2.2 and libsoup-2.54.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/geocode-glib
Install Geocode GLib by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make -k check.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2016-08-29 13:59:18 -0700