source: archive/lxqt/apps/qterminal.xml@ cbb07ee4

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbb07ee4 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.4 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 <!ENTITY qterminal-download-http "https://github.com/lxde/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
8 <!ENTITY qterminal-download-ftp " ">
9 <!ENTITY qterminal-md5sum "1ce5911e0959da75e6742f10a36b73e4">
10 <!ENTITY qterminal-size "102 KB">
11 <!ENTITY qterminal-buildsize "6.3 MB (add 1.3 MB for the API documentation)">
12 <!ENTITY qterminal-time "0.3 SBU (with the API documentation)">
13]>
14
15<sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
16 <?dbhtml filename="qterminal.html"?>
17
18
19 <title>qterminal-&qterminal-version;</title>
20
21 <indexterm zone="qterminal">
22 <primary sortas="a-qterminal">qterminal</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to qterminal</title>
27
28 <para>
29 The <application>qterminal</application> package contains a Qt widget
30 based terminal emulator for <application>Qt</application> with support
31 for multiple tabs.
32 </para>
33
34 &lfs82_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&qterminal-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&qterminal-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &qterminal-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &qterminal-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &qterminal-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &qterminal-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">qterminal Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="lxqt-build-tools"/> and
75 <xref linkend="qtermwidget"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="doxygen"/> and
81 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
82 for documentation, and
83 <xref linkend="git"/> (to download translation files) or
84 <xref linkend="lxqt-l10n"/> (to add localization files)
85 </para>
86
87 <para condition="html" role="usernotes">
88 User Notes: <ulink url="&blfs-wiki;/qterminal"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of qterminal</title>
94
95 <para>
96 Install <application>qterminal</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>mkdir -v build &amp;&amp;
101cd build &amp;&amp;
102
103cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
104 -DCMAKE_BUILD_TYPE=Release \
105 -DPULL_TRANSLATIONS=no \
106 .. &amp;&amp;
107
108make</userinput></screen>
109
110 <para>
111 If you have <xref linkend="doxygen"/> installed, and wish to create the
112 API documentation, issue:
113 </para>
114
115<screen><userinput>doxygen ../Doxyfile</userinput></screen>
116
117 <para>
118 The html API documentation has been generated with the previous command.
119 Now, if you also have <xref linkend="texlive"/> (or <xref
120 linkend="tl-installer"/>) installed, and wish to create the pdf API
121 reference manual, issue:
122 </para>
123
124<screen><userinput>make -C docs/latex</userinput></screen>
125
126 <para>
127 This package does not come with a test suite.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 <para>
137 To install the html API documentation, if you opted to generate it, issue,
138 as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &amp;&amp;
142cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
143
144 <para>
145 The pdf API reference manual can be installed with, as
146 the <systemitem class="username">root</systemitem> user:
147 </para>
148
149<screen role="root"><userinput>install -v -m644 docs/latex/refman.pdf \
150 /usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
151
152 <para>
153 If you installed in /opt, again as the
154 <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
158 ln -svf $LXQT_PREFIX/share/applications/qterminal.desktop \
159 /usr/share/applications
160 ln -svf $LXQT_PREFIX/share/applications/qterminal_drop.desktop \
161 /usr/share/applications
162fi</userinput></screen>
163
164 </sect2>
165
166 <sect2 role="commands">
167 <title>Command Explanations</title>
168
169 <para>
170 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
171 <xref linkend="git"/>, which would otherwise be requested to download
172 the translation files.
173 </para>
174
175 </sect2>
176
177 <sect2 role="content">
178 <title>Contents</title>
179
180 <segmentedlist>
181 <segtitle>Installed Program</segtitle>
182 <segtitle>Installed Libraries</segtitle>
183 <segtitle>Installed Directories</segtitle>
184
185 <seglistitem>
186 <seg>
187 qterminal
188 </seg>
189 <seg>
190 None
191 </seg>
192 <seg>
193 /usr/share/doc/qterminal-&qterminal-version; (if the documentation
194 is installed)
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="qterminal-prog">
205 <term><command>qterminal</command></term>
206 <listitem>
207 <para>
208 is a <application>Qt</application> based lightweight terminal
209 emulator.
210 </para>
211 <indexterm zone="qterminal qterminal-prog">
212 <primary sortas="b-qterminal">qterminal</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.