The libgtop package contains a library for accessing system performance data.
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/libgtop/2.41/libgtop-2.41.3.tar.xz
MD5 校验和:465db9f4f695c298d9c48dcf7f32a9c0
大小:740 KB
预计所需磁盘空间:19 MB
预计构建时间:0.2 SBU
GLib-2.88.2 (GObject Introspection recommended) and Xorg Libraries
Install libgtop by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.