GNOME Weather is a small application that allows you to monitor the current weather conditions for your city, or anywhere in the world, and to access updated forecasts provided by various internet services.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gnome-weather/48/gnome-weather-48.0.tar.xz
MD5 校验和:35858b4f07ede013a835033b0b258d19
大小:252 KB
预计所需磁盘空间:4.7 MB
预计构建时间:小于 0.1 SBU
GeoClue-2.8.2, Gjs-1.88.1, libadwaita-1.9.2, and libgweather-4.6.0
Install GNOME Weather by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.