The libgtop package contains the GNOME top libraries.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://download.gnome.org/sources/libgtop/2.41/libgtop-2.41.3.tar.xz
Download MD5 sum: 465db9f4f695c298d9c48dcf7f32a9c0
Download size: 740 KB
Estimated disk space required: 19 MB
Estimated build time: 0.2 SBU
GLib-2.80.4 (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.