source: lxqt/apps/qterminal.xml@ 18d6eae2

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 18d6eae2 was 18d6eae2, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • Add chrpath-0.16.
  • Add QScintilla-gpl-2.9.
  • Add juffed-0.10.r71.gc3c1a3f.
  • Fixes for lximage-qt-0.4.0 and obconf-qt-0.9.0.8.g1ce85f1.
  • Replace "_" by "-" in lximage-qt-0.4.0 and obconf-qt-0.9.0.8.g1ce85f1 file names.

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

  • Property mode set to 100644
File size: 5.2 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> prefix is due
108 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 been implemented if linking with
130 <application>Qt5</application>. However, use it also if you choose
131 linking to <application>Qt4</application>, because <ulink
132 url="https://bitbucket.org/libqxt/libqxt/wiki/Home">libqxt</ulink> is
133 required, but is no longer maintained.
134 </para>
135
136 <para>
137 <parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
138 build this application linked to <application>Qt5</application>. Toggle
139 to <quote>false</quote>, if you prefer to use
140 <application>Qt4</application>.
141 </para>
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directory</segtitle>
152
153 <seglistitem>
154 <seg>
155 qterminal
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 /usr/share/qterminal
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="qterminal-prog">
172 <term><command>qterminal</command></term>
173 <listitem>
174 <para>
175 is a <application>Qt</application> based lightweight terminal
176 emulator for.
177 </para>
178 <indexterm zone="qterminal qterminal-prog">
179 <primary sortas="b-qterminal">qterminal</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.