The libgtop package contains the GNOME top libraries.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/libgtop-2.34.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgtop/2.34/libgtop-2.34.2.tar.xz
Download MD5 sum: 8635ded0968cacd93cadd15453812257
Download size: 712 KB
Estimated disk space required: 18 MB
Estimated build time: less than 0.1 SBU
GLib-2.50.3 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 2017-02-19 13:23:34 -0800