source: lxqt/apps/qterminal.xml@ 20e1589

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 20e1589 was 20e1589, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Add LXQt applications..
  • Minor fixes and tweaks for other packages.

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

  • Property mode set to 100644
File size: 5.0 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/qterminal/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
8 <!ENTITY qterminal-download-ftp " ">
9 <!ENTITY qterminal-md5sum "a033e898d17fcd3b0f9a839b029b0db4">
10 <!ENTITY qterminal-size "100 KB">
11 <!ENTITY qterminal-buildsize "3.7 MB">
12 <!ENTITY qterminal-time "0.2 SBU">
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 &lfs77_checked; &gcc5_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="qtermwidget"/>
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/qterminal"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of qterminal</title>
88
89 <para>
90 For compilation with <application>Qt4</application>, see <quote>Command
91 Explanations</quote>, below. Install
92 <application>qterminal</application> by running the following commands:
93 </para>
94
95<screen><userinput>mkdir -v build &amp;&amp;
96cd build &amp;&amp;
97
98cmake -DCMAKE_BUILD_TYPE=Release \
99 -DCMAKE_INSTALL_PREFIX=/usr \
100 -DUSE_SYSTEM_QXT=OFF \
101 -DUSE_QT5=true \
102 .. &amp;&amp;
103
104make</userinput></screen>
105
106 <para>
107 The choice of <filename class="directory">/usr</filename> for prefix is
108 due to the general characteristics of this program, which can be used
109 without <application>LXQt</application>.
110 </para>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>-DUSE_SYSTEM_QXT=OFF</parameter>: This switch is necessary
129 because the option has not yet been implemented.
130 </para>
131
132 <para>
133 <parameter>-DUSE_QT5=true</parameter>: Use this switch, if you prefer to
134 build this application linked to <application>Qt5</application>. Toggle
135 to <quote>false</quote>, if you prefer to use
136 <application>Qt4</application> (not tested by BLFS editors).
137 </para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directory</segtitle>
148
149 <seglistitem>
150 <seg>
151 qterminal
152 </seg>
153 <seg>
154 None
155 </seg>
156 <seg>
157 /usr/share/qterminal
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="qterminal-prog">
168 <term><command>qterminal</command></term>
169 <listitem>
170 <para>
171 a lightweight terminal emulator for the
172 <application>Qt</application> desktop.
173 </para>
174 <indexterm zone="qterminal qterminal-prog">
175 <primary sortas="b-qterminal">qterminal</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.