mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
163 lines
4.2 KiB
XML
163 lines
4.2 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> package
|
|
is a terminal widget for <application>Qt</application>.
|
|
</para>
|
|
|
|
&lfs120_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_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the &root; 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>
|
|
/usr/include/qtermwidget5,
|
|
/usr/share/lib/cmake/qtermwidget5, and
|
|
/usr/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>
|
|
provides a terminal widget for Qt5
|
|
</para>
|
|
<indexterm zone="qtermwidget libqtermwidget5-lib">
|
|
<primary sortas="c-libqtermwidget5">libqtermwidget5.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|