Changeset dd535a0


Ignore:
Timestamp:
05/11/2005 05:14:56 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e8a825ca
Parents:
ff556fbe
Message:

Updated to LibGTop-2.10.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4119 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/libgtop.xml

    rff556fbe rdd535a0  
    77<!ENTITY libgtop-download-http "http://ftp.gnome.org/pub/GNOME/sources/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
    88<!ENTITY libgtop-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
    9 <!ENTITY libgtop-md5sum "5d191cbf2b5b2a84dfee1972c99b1a78">
    10 <!ENTITY libgtop-size "1.0 MB">
    11 <!ENTITY libgtop-buildsize "18 MB">
    12 <!ENTITY libgtop-time "0.40 SBU">
     9<!ENTITY libgtop-md5sum "b006baa3bd486005411a03534b45708e">
     10<!ENTITY libgtop-size "750 KB">
     11<!ENTITY libgtop-buildsize "14 MB">
     12<!ENTITY libgtop-time "0.3 SBU">
    1313]>
    1414
    15 <sect1 id="libgtop" xreflabel="libgtop-&libgtop-version;">
     15<sect1 id="libgtop" xreflabel="LibGTop-&libgtop-version;">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    1919</sect1info>
    2020<?dbhtml filename="libgtop.html"?>
    21 <title>libgtop-&libgtop-version;</title>
     21<title>LibGTop-&libgtop-version;</title>
    2222
    2323<sect2>
    24 <title>Introduction to <application>libgtop</application></title>
     24<title>Introduction to <application>LibGTop</application></title>
    2525
    26 <para>The <application>libgtop</application> package contains the
     26<para>The <application>LibGTop</application> package contains the
    2727<application><acronym>GNOME</acronym></application> top libraries.</para>
    2828
     
    4141</sect3>
    4242
    43 <sect3><title><application>libgtop</application> dependencies</title>
     43<sect3><title><application>LibGTop</application> dependencies</title>
    4444<sect4><title>Required</title>
    4545<para><xref linkend="glib2"/></para>
     
    4747
    4848<sect4><title>Optional</title>
    49 <para><xref linkend="popt"/> and
     49<para><xref linkend="popt"/>,
     50<xref linkend="gdbm"/> and
    5051X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
    5152</sect4>
     
    5556
    5657<sect2>
    57 <title>Installation of <application>libgtop</application></title>
     58<title>Installation of <application>LibGTop</application></title>
    5859
    59 <para>Install <application>libgtop</application> by running the following
     60<para>Install <application>LibGTop</application> by running the following
    6061commands:</para>
    6162
    6263<screen><userinput><command>./configure --prefix=$GNOME_PREFIX \
    6364    --infodir=$GNOME_PREFIX/share/info &amp;&amp;
    64 make &amp;&amp;
    65 make install</command></userinput></screen>
     65make</command></userinput></screen>
    6666
     67<para>This package does not come with a test suite.</para>
     68
     69<para>Now, as the root user:</para>
     70
     71<screen><userinput role='root'><command>make install</command></userinput></screen>
     72
     73<para>If you passed <option>--with-libgtop-examples</option> to the
     74<command>configure</command> script to build the example programs, install
     75them using the following commands as the root user:</para>
     76
     77<screen><userinput role='root'><command>install -v -m755 -d $GNOME_PREFIX/share/libgtop-&libgtop-version;/examples &amp;&amp;
     78install -v -m755 examples/.libs/* \
     79    $GNOME_PREFIX/share/libgtop-&libgtop-version;/examples</command></userinput></screen>
    6780</sect2>
    6881
     
    7588<filename class='directory'>$GNOME_PREFIX/info</filename>.</para>
    7689
     90<para><option>--with-libgtop-examples</option>: Adding this parameter to
     91the <command>configure</command> script will build numerous example
     92programs.</para>
     93
     94<para><option>--with-libgtop-inodedb</option>: Add this parameter to the
     95<command>configure</command> script if you have
     96<application>GDBM</application> installed and wish to build the inodedb
     97programs.</para>
     98
     99</sect2>
     100
     101<sect2>
     102<title>Configuring <application>LibGTop</application></title>
     103
     104<sect3><title>Configuration information</title>
     105<para>If <envar>$GNOME_PREFIX</envar> is anything other than
     106<filename class='directory'>/usr</filename>, update the
     107<envar>INFOPATH</envar> environment variable by adding the following
     108to your system-wide or personal profile:</para>
     109
     110<screen><literal>export INFOPATH=/usr/share/info:$GNOME_PREFIX/share/info</literal></screen>
     111</sect3>
     112
    77113</sect2>
    78114
     
    80116<title>Contents</title>
    81117
    82 <para>The <application>libgtop</application> package contains
    83 <command>libgtop_daemon2</command> and
    84 <filename class="libraryfile">libgtop</filename> libraries.</para>
     118<para>The <application>LibGTop</application> package contains the
     119<filename class="libraryfile">libgtop-2.0</filename> library and
     120optionally, <command>file_by_inode2</command>,
     121<command>mkinodedb2</command> and numerous example programs.</para>
    85122
    86123</sect2>
     
    88125<sect2><title>Description</title>
    89126
    90 <sect3><title>libgtop libraries</title>
    91 <para><filename class="libraryfile">libgtop</filename> libraries contain the
     127<sect3><title>libgtop-2.0 library</title>
     128<para><filename class="libraryfile">libgtop-2.0</filename> contains the
    92129functions that allow access to system performance data.</para></sect3>
    93130
     
    95132
    96133</sect1>
    97 
Note: See TracChangeset for help on using the changeset viewer.