The GNOME System Monitor package contains GNOME's replacement for gtop.
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-system-monitor/50/gnome-system-monitor-50.0.tar.xz
MD5 校验和:24c73cd65f22e53bc82bef32a79a3ce3
大小:1.1 MB
预计所需磁盘空间:24 MB
预计构建时间:0.1 SBU(并行度=4)
adwaita-icon-theme-50.0, Gtkmm-4.22.0, itstool-2.0.7, libgtop-2.41.3, libadwaita-1.9.2, and librsvg-2.62.3
appstream-glib-0.8.3, desktop-file-utils-0.28, Catch2, and uncrustify
First, remove a hard dependency on Catch2, which is only used if you are running the unit tests:
find . -name meson.build | xargs sed -i -e '/catch2/d' && sed -i '141,151d' src/meson.build
Install GNOME System Monitor by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package comes with a test suite, but it requires the external Catch2 dependency. If you have Catch2 installed, you can omit the seds above and then run the tests with ninja test.
Now, as the root user:
ninja install