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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgweather/3.36/libgweather-3.36.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgweather/3.36/libgweather-3.36.1.tar.xz
Download MD5 sum: d6081108f9c224c5cb594f8ccb025db9
Download size: 2.6 MB
Estimated disk space required: 92 MB
Estimated build time: 0.2 SBU
geocode-glib-3.26.2, GTK+-3.24.22, and libsoup-2.70.0
gobject-introspection-1.64.1, libxml2-2.9.10, and Vala-0.48.9
Glade and GTK-Doc-1.32
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 2020-08-20 13:45:48 -0700