Contents
$GNOME_PREFIX
/{include/libgtop-2.0/glibtop,
share/gtk-doc/html/libgtop,lib/libgtop/examples}
The LibGTop package contains the GNOME top libraries.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.1.tar.bz2
Download MD5 sum: 994c299b6dba330524a67ea45776b3ab
Download size: 742 KB
Estimated disk space required: 15 MB
Estimated build time: 0.2 SBU
GLib-2.30.1 and intltool-0.50.0
GTK-Doc-1.18 and X Window System
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgtop
The instructions below are based on installing the package into a
GNOME-2 environment. If, for whatever reason, you're installing
this package without having ORBit2 and the core GNOME-2 libraries
installed, you'll need to modify the --prefix=
parameter on the configure script to point to
your desired installation path (e.g., --prefix=/usr
).
Install LibGTop by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --infodir=$(pkg-config --variable=prefix ORBit-2.0)/share/info && make
This package does not come with a test suite.
Now, as the root
user:
make install
If you would like to install the example programs, issue the
following commands as the root
user:
install -v -m755 -d $(pkg-config \ --variable=prefix ORBit-2.0)/lib/libgtop/examples && install -v -m755 examples/.libs/* \ $(pkg-config --variable=prefix ORBit-2.0)/lib/libgtop/examples
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--infodir=$(pkg-config
--variable=prefix ORBit-2.0)/share/info
: This switch
installs the info documentation in $GNOME_PREFIX/share/info
instead of $GNOME_PREFIX/info
. You may need to add this
directory to your $INFOPATH
environment
variable if your GNOME
installation prefix is anything other than /usr
.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
If $GNOME_PREFIX
is anything other
than /usr
, update the INFOPATH
environment variable by adding the
following to your system-wide or personal profile:
export INFOPATH=/usr/share/info:$(pkg-config \
--variable=prefix ORBit-2.0)/share/info
$GNOME_PREFIX
/{include/libgtop-2.0/glibtop,
share/gtk-doc/html/libgtop,lib/libgtop/examples}
Last updated on 2010-08-14 02:56:48 +0000