The libgtop package contains the GNOME top libraries.
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.
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.82.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.