The libgtop package contains the GNOME top libraries.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/libgtop-2.34.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/libgtop-2.34.1.tar.xz
Download MD5 sum: 81d3af0c9f78af13a0206095f747fa55
Download size: 712 KB
Estimated disk space required: 18 MB
Estimated build time: 0.2 SBU
GLib-2.48.2 and Xorg Libraries
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgtop
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.
        
Last updated on 2016-08-29 13:59:18 -0700