mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
There are several packages that are not critical for the lxqt desktop but are useful. A user can test out lxqt without the packages in apps. It is useful to have at least one terminal emulator when testing, but xterm will do.
164 lines
4.4 KiB
XML
164 lines
4.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY qtermwidget-download-http "https://github.com/lxqt/qtermwidget/releases/download/&lxqt-version;/qtermwidget-&lxqt-version;.tar.xz">
|
|
<!ENTITY qtermwidget-download-ftp " ">
|
|
<!ENTITY qtermwidget-md5sum "7dd15e5c57f45613d8f26afc53f09444">
|
|
<!ENTITY qtermwidget-size "188 KB">
|
|
<!ENTITY qtermwidget-buildsize "5.8 MB">
|
|
<!ENTITY qtermwidget-time "0.1 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="qtermwidget" xreflabel="qtermwidget-&lxqt-version;">
|
|
<?dbhtml filename="qtermwidget.html"?>
|
|
|
|
|
|
<title>qtermwidget-&lxqt-version;</title>
|
|
|
|
<indexterm zone="qtermwidget">
|
|
<primary sortas="a-qtermwidget">qtermwidget</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to qtermwidget</title>
|
|
|
|
<para>
|
|
As the name suggests, the <application>qtermwidget</application> is a
|
|
terminal widget for <application>Qt</application>.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&qtermwidget-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&qtermwidget-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &qtermwidget-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &qtermwidget-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &qtermwidget-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &qtermwidget-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">qtermwidget Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="lxqt-build-tools"/>
|
|
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/qtermwidget"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of qtermwidget</title>
|
|
|
|
<para>
|
|
Install <application>qtermwidget</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
.. &&
|
|
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
<!--
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>-DBUILD_TEST=true</option>: Builds test application.
|
|
</para>
|
|
|
|
</sect2>
|
|
-->
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libqtermwidget5.so
|
|
</seg>
|
|
<seg>
|
|
$LXQT_PREFIX/include/qtermwidget5,
|
|
$LXQT_PREFIX/share/lib/cmake/qtermwidget5, and
|
|
$LXQT_PREFIX/share/qtermwidget5
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libqtermwidget5-lib">
|
|
<term><filename class="libraryfile">libqtermwidget5.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libqtermwidget5</application> API functions.
|
|
</para>
|
|
<indexterm zone="qtermwidget libqtermwidget5-lib">
|
|
<primary sortas="c-libqtermwidget5">libqtermwidget5.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|