source: lxqt/apps/qterminal.xml@ 737f339

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 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 737f339 was 737f339, checked in by Pierre Labastie <pieere@…>, 6 years ago

LXQt-0.12.0

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

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