source: general/sysutils/sysmon-qt.xml@ 1a7ca39c

lazarus trunk
Last change on this file since 1a7ca39c was f6e0e486, checked in by Bruce Dubbs <bdubbs@…>, 3 months ago

Update to sysmon-qt-2.0

  • Property mode set to 100644
File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 <!ENTITY sysmon-qt-download-http "https://github.com/lfs-book/sysmon-qt/releases/download/v&sysmon-qt-version;/sysmon-qt-&sysmon-qt-version;.tar.xz">
8 <!ENTITY sysmon-qt-download-ftp " ">
9 <!ENTITY sysmon-qt-md5sum "9477952e6918c383cbfee36f710d0a34">
10 <!ENTITY sysmon-qt-size "76 KB">
11 <!ENTITY sysmon-qt-buildsize "1.1 MB">
12 <!ENTITY sysmon-qt-time "0.3 SBU">
13]>
14
15<sect1 id="sysmon-qt" xreflabel="sysmon-qt-&sysmon-qt-version;">
16 <?dbhtml filename="sysmon-qt.html"?>
17
18
19 <title>sysmon-qt-&sysmon-qt-version;</title>
20
21 <indexterm zone="sysmon-qt">
22 <primary sortas="a-sysmon-qt">sysmon-qt</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to sysmon-qt</title>
27
28 <para>
29 The <application>sysmon-qt</application> package provides a
30 program to monitor system values including CPU usage, memory
31 usage, and system temperatures in a compact screen window.
32 </para>
33
34 &lfs121_checked;
35
36 <note>
37 <para>
38 There is also a version of this package,
39 <application>sysmon-qt-1.1</application>, at the same location as below
40 that is based on &qt5-deps;. The build instructions are
41 identical to these. The functionality is the
42 same and it does not make sense to build both versions.
43 </para>
44 </note>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&sysmon-qt-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&sysmon-qt-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &sysmon-qt-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &sysmon-qt-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &sysmon-qt-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &sysmon-qt-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <bridgehead renderas="sect3">sysmon-qt Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Required</bridgehead>
83 <para role="required">
84 <xref linkend="qt6"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="lm_sensors"/> (runtime)
90 </para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of sysmon-qt</title>
96
97 <para>
98 Install <application>sysmon-qt</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>cd src &amp;&amp;
103qmake6 sysmon-qt.pro &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 This package does not come with a test suite.
108 </para>
109
110 <para>
111 Now, as the &root; user:
112 </para>
113
114<screen role="root"><userinput>cp sysmon-qt /usr/bin &amp;&amp;
115cp ../data/sysmon-qt.desktop /usr/share/applications/ &amp;&amp;
116cp ../data/sysmon-qt.png /usr/share/pixmaps/</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Library</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 sysmon-qt
131 </seg>
132 <seg>
133 None
134 </seg>
135 <seg>
136 None
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.