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.
Download (HTTP): https://download.gnome.org/sources/libgweather/40/libgweather-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/libgweather/40/libgweather-40.0.tar.xz
Download MD5 sum: a9c0989890a837982defd8238e1eb356
Download size: 2.6 MB
Estimated disk space required: 94 MB
Estimated build time: 0.2 SBU
geocode-glib-3.26.2, GTK+-3.24.28, and libsoup-2.72.0
gobject-introspection-1.68.0, libxml2-2.9.10, and Vala-0.52.0
GTK-Doc-1.33.2, Glade, and pylint
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
-Dgtk_doc=true
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2021-04-06 20:06:55 -0500