source: gnome/core/libgtop.xml@ b384470b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 b384470b was a10f4a7, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to librsvg-2.26.3.

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

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[101b0b0d]7 <!ENTITY libgtop-download-http "&gnome-download-http;/libgtop/2.28/libgtop-&libgtop-version;.tar.bz2">
8 <!ENTITY libgtop-download-ftp "&gnome-download-ftp;/libgtop/2.28/libgtop-&libgtop-version;.tar.bz2">
9 <!ENTITY libgtop-md5sum "994c299b6dba330524a67ea45776b3ab">
10 <!ENTITY libgtop-size "742 KB">
11 <!ENTITY libgtop-buildsize "15 MB">
[ea2fe65]12 <!ENTITY libgtop-time "0.2 SBU">
[fdca4266]13]>
14
[dd535a0]15<sect1 id="libgtop" xreflabel="LibGTop-&libgtop-version;">
[1c7eee25]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
[a10f4a7]35 &lfs65_checked;
36
[1c7eee25]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libgtop-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libgtop-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libgtop-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libgtop-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libgtop-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libgtop-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">LibGTop Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[65ed5cb]62 <para role="required"><xref linkend="glib2"/> and
[3289fc54]63 <xref linkend="intltool"/></para>
[1c7eee25]64
65 <bridgehead renderas="sect4">Optional</bridgehead>
[7bff1b2]66 <para role="optional"><!-- <xref linkend="gdbm"/>, -->
67 <xref linkend="gtk-doc"/> and
[e77976f]68 <xref linkend="x-window-system"/></para>
[1c7eee25]69
[0a7c3921]70 <para condition="html" role="usernotes">User Notes:
71 <ulink url="&blfs-wiki;/libgtop"/></para>
72
[1c7eee25]73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of LibGTop</title>
77
[e05cd03f]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]79 href="../../xincludes/without-gnome.xml"/>
[1c7eee25]80
81 <para>Install <application>LibGTop</application> by running the following
82 commands:</para>
83
[101b0b0d]84<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[333e3f7b]85 --infodir=$(pkg-config --variable=prefix ORBit-2.0)/share/info &amp;&amp;
[1c7eee25]86make</userinput></screen>
[fdca4266]87
[1c7eee25]88 <para>This package does not come with a test suite.</para>
[dd535a0]89
[1c7eee25]90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[dd535a0]91
[1c7eee25]92<screen role="root"><userinput>make install</userinput></screen>
[dd535a0]93
[333e3f7b]94 <para>If you would like to install the example programs, issue the following
95 commands as the <systemitem class="username">root</systemitem> user:</para>
[dd535a0]96
[9761bea4]97<screen role="root"><userinput>install -v -m755 -d $(pkg-config \
98 --variable=prefix ORBit-2.0)/lib/libgtop/examples &amp;&amp;
[dd535a0]99install -v -m755 examples/.libs/* \
[9761bea4]100 $(pkg-config --variable=prefix ORBit-2.0)/lib/libgtop/examples</userinput></screen>
[fdca4266]101
[1c7eee25]102 </sect2>
[67d0fc3b]103
[1c7eee25]104 <sect2 role="commands">
105 <title>Command Explanations</title>
[67d0fc3b]106
[e05cd03f]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]108 href="../../xincludes/gnome-prefix.xml"/>
[551b9389]109
[a6bee1f]110 <para><parameter>--infodir=$(pkg-config --variable=prefix
111 ORBit-2.0)/share/info</parameter>:
[51d7b70]112 This switch installs the info documentation in
[1c7eee25]113 <filename class='directory'>$GNOME_PREFIX/share/info</filename> instead of
[51d7b70]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>
[dd535a0]118
[e05cd03f]119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[65ed5cb]120 href="../../xincludes/gtk-doc-rebuild.xml"/>
121
[1c7eee25]122 </sect2>
[dd535a0]123
[1c7eee25]124 <sect2 role="configuration">
125 <title>Configuring LibGTop</title>
[dd535a0]126
[1c7eee25]127 <sect3>
128 <title>Configuration Information</title>
[fdca4266]129
[1c7eee25]130 <para>If <envar>$GNOME_PREFIX</envar> is anything other than
131 <filename class='directory'>/usr</filename>, update the
132 <envar>INFOPATH</envar> environment variable by adding the following
133 to your system-wide or personal profile:</para>
[fdca4266]134
[551b9389]135<screen><literal>export INFOPATH=/usr/share/info:$(pkg-config \
136 --variable=prefix ORBit-2.0)/share/info</literal></screen>
[fdca4266]137
[1c7eee25]138 </sect3>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
[333e3f7b]151 <seg>affinity, df, first, mem, mountlist, netlist, netload, openfiles,
152 pprint, procargs, proclist, procmap, second, smp, sysdeps, timings, and
153 wd (examples programs)</seg>
[0a7c3921]154 <seg>libgtop-2.0.{so,a}</seg>
[333e3f7b]155 <seg><envar>$GNOME_PREFIX</envar>/{include/libgtop-2.0/glibtop,
156 share/gtk-doc/html/libgtop,lib/libgtop/examples}</seg>
[1c7eee25]157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libgtop-2">
[0a7c3921]166 <term><filename class='libraryfile'>libgtop-2.0.{so,a}</filename></term>
[1c7eee25]167 <listitem>
168 <para>contains the functions that allow access to system
169 performance data.</para>
170 <indexterm zone="libgtop libgtop-2">
[0a7c3921]171 <primary sortas="c-libgtop-2">libgtop-2.0.{so,a}</primary>
[1c7eee25]172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
[ad45d1a]179
180</sect1>
Note: See TracBrowser for help on using the repository browser.