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.40/libgtop-2.40.0.tar.xz
Download MD5 sum: c6d67325cd97b2208b41e07e6cc7b947
Download size: 728 KB
Estimated disk space required: 20 MB
Estimated build time: 0.2 SBU
GLib-2.78.1 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.