source: gnome/core/libgtop.xml@ 0a7c3921

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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
Last change on this file since 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libgtop-download-http "&gnome-download-http;/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
8 <!ENTITY libgtop-download-ftp "&gnome-download-ftp;/libgtop/&gnome-version;/libgtop-&libgtop-version;.tar.bz2">
9 <!ENTITY libgtop-md5sum "616ed8352f3463855b3eace26b22536e">
10 <!ENTITY libgtop-size "740 KB">
11 <!ENTITY libgtop-buildsize "11.4 MB">
12 <!ENTITY libgtop-time "0.3 SBU">
13]>
14
15<sect1 id="libgtop" xreflabel="LibGTop-&libgtop-version;">
16 <?dbhtml filename="libgtop.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libgtop-&libgtop-version;.tar</keyword>
23 <keyword role="ftpdir">libgtop</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>LibGTop-&libgtop-version;</title>
28
29 <indexterm zone="libgtop">
30 <primary sortas="a-LibGTop">LibGTop</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to LibGTop</title>
35
36 <para>The <application>LibGTop</application> package contains the
37 <application>GNOME</application> top libraries.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libgtop-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libgtop-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libgtop-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libgtop-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libgtop-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libgtop-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">LibGTop Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="glib2"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="popt"/>,
68 <xref linkend="gdbm"/>, and
69 <xref linkend="x-window-system"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/libgtop"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of LibGTop</title>
78
79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80 href="../without-gnome.xml"/>
81
82 <para>Install <application>LibGTop</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
86 --infodir=`pkg-config \
87 --variable=prefix ORBit-2.0`/share/info &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 <para>If you passed <option>--with-libgtop-examples</option> to the
97 <command>configure</command> script to build the example programs, install
98 them using the following commands as the <systemitem
99 class="username">root</systemitem> user:</para>
100
101<screen role="root"><userinput>install -v -m755 -d $GNOME_PREFIX/share/libgtop-&libgtop-version;/examples &amp;&amp;
102install -v -m755 examples/.libs/* \
103 $GNOME_PREFIX/share/libgtop-&libgtop-version;/examples</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para><parameter>--infodir=`pkg-config --variable=prefix ORBit-2.0`/share/info</parameter>:
111 This switch installs the info documentation in
112 <filename class='directory'>$GNOME_PREFIX/share/info</filename> instead of
113 <filename class='directory'>$GNOME_PREFIX/info</filename>. You may need to
114 add this directory to your <envar>$INFOPATH</envar> environment variable if
115 your <application>GNOME</application> installation prefix is anything other
116 than <filename class='directory'>/usr</filename>.</para>
117
118 <para><option>--with-libgtop-examples</option>: Adding this parameter to
119 the <command>configure</command> script will build numerous example
120 programs.</para>
121
122 <para><option>--with-libgtop-inodedb</option>: Add this parameter to the
123 <command>configure</command> script if you have
124 <application>GDBM</application> installed and wish to build the inodedb
125 programs.</para>
126
127 </sect2>
128
129 <sect2 role="configuration">
130 <title>Configuring LibGTop</title>
131
132 <sect3>
133 <title>Configuration Information</title>
134
135 <para>If <envar>$GNOME_PREFIX</envar> is anything other than
136 <filename class='directory'>/usr</filename>, update the
137 <envar>INFOPATH</envar> environment variable by adding the following
138 to your system-wide or personal profile:</para>
139
140<screen><literal>export INFOPATH=/usr/share/info:$GNOME_PREFIX/share/info</literal></screen>
141
142 </sect3>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>file_by_inode2 and mkinodedb2</seg>
156 <seg>libgtop-2.0.{so,a}</seg>
157 <seg>The following subdirectories of $GNOME_PREFIX/:
158 include/libgtop-2.0 and
159 share/libgtop-&libgtop-version;</seg>
160 </seglistitem>
161 </segmentedlist>
162
163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
167
168 <varlistentry id="libgtop-2">
169 <term><filename class='libraryfile'>libgtop-2.0.{so,a}</filename></term>
170 <listitem>
171 <para>contains the functions that allow access to system
172 performance data.</para>
173 <indexterm zone="libgtop libgtop-2">
174 <primary sortas="c-libgtop-2">libgtop-2.0.{so,a}</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.