The GNOME Logs package contains a log viewer for the systemd journal.
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-logs/45/gnome-logs-45.0.tar.xz
MD5 校验和:5b9396cf24528ae72eb4c48934f60df2
大小:624 KB
预计所需磁盘空间:8.8 MB
预计构建时间:0.1 SBU
GTK-4.22.4, gsettings-desktop-schemas-50.1, itstool-2.0.7, and libadwaita-1.9.2
appstream-glib-0.8.3, desktop-file-utils-0.28 (for the test suite), and docbook-xml-4.5, docbook-xsl-nons-1.79.2, libxslt-1.1.45 (to build manual pages), and dogtail
Install GNOME Logs 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.