source: archive/lxqt/desktop/libsysstat.xml@ 49a84b87

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 49a84b87 was 49a84b87, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to mariadb-10.3.9.
Update to Archive-Zip-1.62 (Perl Module).
Archive lxqt
Tags

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY libsysstat-download-http "http://downloads.lxqt.org/libsysstat/&libsysstat-version;/libsysstat-&libsysstat-version;.tar.xz">-->
11 <!ENTITY libsysstat-download-http "https://github.com/lxde/libsysstat/releases/download/&libsysstat-version;/libsysstat-&libsysstat-version;.tar.xz">
12 <!ENTITY libsysstat-download-ftp " ">
13 <!ENTITY libsysstat-md5sum "63fbaf270a259dcdf4a9fefa91f5e88d">
14 <!ENTITY libsysstat-size "17 KB">
15 <!ENTITY libsysstat-buildsize "1.6 MB">
16 <!ENTITY libsysstat-time "less than 0.1 SBU">
17]>
18
19<sect1 id="libsysstat" xreflabel="libsysstat-&libsysstat-version;">
20 <?dbhtml filename="libsysstat.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>libsysstat-&libsysstat-version;</title>
28
29 <indexterm zone="libsysstat">
30 <primary sortas="a-libsysstat">libsysstat</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libsysstat</title>
35
36 <para>
37 The <application>libsysstat</application> package contains a library used
38 to query system info and statistics.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libsysstat-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libsysstat-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libsysstat-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libsysstat-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libsysstat-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libsysstat-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">libsysstat Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="cmake"/>,
82 <xref linkend="lxqt-build-tools"/>, and
83 <xref linkend="qt5"/>
84 </para>
85
86 <para condition="html" role="usernotes">
87 User Notes: <ulink url="&blfs-wiki;/libsysstat"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libsysstat</title>
93
94 <para>
95 Install <application>libsysstat</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>mkdir -v build &amp;&amp;
100cd build &amp;&amp;
101
102cmake -DCMAKE_BUILD_TYPE=Release \
103 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 .. &amp;&amp;
105
106make</userinput></screen>
107
108 <para>
109 This package does not come with a test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 None
131 </seg>
132 <seg>
133 libsysstat-qt5.so
134 </seg>
135 <seg>
136 $LXQT_PREFIX/include/sysstat-qt5 and
137 $LXQT_PREFIX/share/cmake/sysstat-qt5
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libsysstat-qt5">
148 <term><filename class="libraryfile">libsysstat-qt5.so</filename></term>
149 <listitem>
150 <para>
151 contains the <application>libsysstat-qt5</application> API
152 functions.
153 </para>
154 <indexterm zone="libsysstat libsysstat-qt5">
155 <primary sortas="c-libsysstat-qt5">libsysstat-qt5.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.