source: gnome/core/libgtop.xml@ ebabf24

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 ebabf24 was 551b9389, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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