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-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgweather/3.32/libgweather-3.32.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgweather/3.32/libgweather-3.32.2.tar.xz
Download MD5 sum: 7e002a977df53914d7248932f07e8a0e
Download size: 2.6 MB
Estimated disk space required: 92 MB
Estimated build time: 0.2 SBU
geocode-glib-3.26.1, GTK+-3.24.10, and libsoup-2.66.2
gobject-introspection-1.60.2 and Vala-0.44.7
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 2019-08-25 11:35:01 -0700