libgweather-40.0

Introduction to libgweather

The libgweather package is a library used to access weather information from online services for numerous locations.

This package is known to build and work properly using an LFS-10.1 platform.

Package Information

libgweather Dependencies

Required

geocode-glib-3.26.2, GTK+-3.24.28, and libsoup-2.72.0

Recommended

Optional

GTK-Doc-1.33.2, Glade, and pylint

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgweather

Installation of libgweather

Install libgweather by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

To test the results, issue: LANG=C ninja test.

Now, as the root user:

ninja install

Command Explanations

-Dgtk_doc=true: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Libraries: libgweather-3.so
Installed Directories: /usr/lib/libgweather, /usr/include/libgweather-3.0, /usr/share/gtk-doc/html/libgweather-3.0 and /usr/share/libgweather

Short Descriptions

libgweather-3.so

contains functions that allow the retrieval of weather information

Last updated on 2021-04-06 20:06:55 -0500