geocode-glib-3.26.1

Introduction to Geocode GLib

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.1 platform.

Package Information

Geocode GLib Dependencies

Required

JSON-GLib-1.4.4 and libsoup-2.68.3

Recommended

Optional

GTK-Doc-1.32

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/geocode-glib

Installation of 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: LANG=C ninja test.

Now, as the root user:

ninja install

Command Explanations

-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.

Contents

Installed Programs: None
Installed Library: libgeocode-glib.so
Installed Directories: /usr/include/geocode-glib-1.0, /usr/libexec/installed-tests/geocode-glib, /usr/share/icons/gnome/scalable/places, and /usr/share/gtk-doc/html/geocode-glib-1.0

Short Descriptions

libgeocode-glib.so

contains the Geocode GLib API functions.

Last updated on 2020-02-25 20:18:07 -0800