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.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.24/geocode-glib-3.24.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.24/geocode-glib-3.24.0.tar.xz
Download MD5 sum: 9defe9329b13cdf44bcc31618c97d66e
Download size: 404 KB
Estimated disk space required: 6.4 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
JSON-GLib-1.2.8 and libsoup-2.58.2
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 2017-08-28 21:49:50 -0700