%general-entities; ]> $LastChangedBy$ $Date$ LibGTop-&libgtop-version; LibGTop Introduction to LibGTop The LibGTop package contains the GNOME top libraries. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libgtop-md5sum; Download size: &libgtop-size; Estimated disk space required: &libgtop-buildsize; Estimated build time: &libgtop-time; LibGTop Dependencies Required Optional , , and User Notes: Installation of LibGTop 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 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 Command Explanations --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. : Adding this parameter to the configure script will build numerous example programs. : Add this parameter to the configure script if you have GDBM installed and wish to build the inodedb programs. Configuring LibGTop Configuration Information 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 Contents Installed Programs Installed Library Installed Directories file_by_inode2 and mkinodedb2 libgtop-2.0.{so,a} The following subdirectories of $GNOME_PREFIX/: include/libgtop-2.0 and lib/libgtop/examples Short Descriptions libgtop-2.0.{so,a} contains the functions that allow access to system performance data. libgtop-2.0.{so,a}