Contents
$GNOME_PREFIX
/: include/libgtop-2.0
and lib/libgtop/examples
The LibGTop package contains the GNOME top libraries.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgtop/2.14/libgtop-2.14.9.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgtop/2.14/libgtop-2.14.9.tar.bz2
Download MD5 sum: a228ccab58216f7fef97de9c2b6e328e
Download size: 772 KB
Estimated disk space required: 16 MB
Estimated build time: 0.3 SBU
GDBM-1.8.3, GTK-Doc-1.8, 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 passed --with-libgtop-examples
to the configure
script to build the example programs, install them using 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
.
--with-libgtop-examples
: Adding this
parameter to the configure script will build
numerous example programs.
--with-libgtop-inodedb
: Add this
parameter to the configure script if you have
GDBM installed and wish to build
the inodedb programs.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild 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
and lib/libgtop/examples
Last updated on 2007-07-25 19:31:00 -0500