glfs/lxqt/apps/qterminal.xml
Bruce Dubbs e6441b244c Finish tagging for BLFS-7.8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16486 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-09-29 18:17:21 +00:00

228 lines
6.7 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 qterminal-download-http "https://github.com/qterminal/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
<!ENTITY qterminal-download-ftp " ">
<!ENTITY qterminal-md5sum "a033e898d17fcd3b0f9a839b029b0db4">
<!ENTITY qterminal-size "100 KB">
<!ENTITY qterminal-buildsize "5.2 MB (with the API documentation)">
<!ENTITY qterminal-time "0.2 SBU (with the API documentation)">
]>
<sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
<?dbhtml filename="qterminal.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>qterminal-&qterminal-version;</title>
<indexterm zone="qterminal">
<primary sortas="a-qterminal">qterminal</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to qterminal</title>
<para>
The <application>qterminal</application> package contains a Qt widget
based terminal emulator for <application>Qt</application> with support
for multiple tabs.
</para>
&lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&qterminal-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&qterminal-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &qterminal-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &qterminal-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &qterminal-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &qterminal-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">qterminal Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="qtermwidget"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="doxygen"/> and
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/qterminal"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of qterminal</title>
<para>
For compilation with <application>Qt4</application>, see <quote>Command
Explanations</quote>, below. Install
<application>qterminal</application> by running the following commands:
</para>
<screen><userinput>mkdir -v build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_SYSTEM_QXT=OFF \
-DUSE_QT5=true \
.. &amp;&amp;
make</userinput></screen>
<para>
The choice of <filename class="directory">/usr</filename> prefix is due
to the general characteristics of this program, which can be used
without <application>LXQt</application>.
</para>
<para>
If you have <xref linkend="doxygen"/> installed, and wish to create the
API documentation, issue:
</para>
<screen><userinput>doxygen ../Doxyfile</userinput></screen>
<para>
The html API documentation has been generated with the previous command.
Now, if you also have <xref linkend="texlive"/> (or <xref
linkend="tl-installer"/>) installed, and wish to create the pdf API
reference manual, issue:
</para>
<screen><userinput>make -C docs/latex</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>
<para>
To install the API documentation, if you opted to generate them, issue,
as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} &amp;&amp;
install -v -m644 docs/latex/refman.pdf \
/usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
<para>
for the html API documentation, and, for the pdf API reference manual, as
the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DUSE_SYSTEM_QXT=OFF</parameter>: This switch is necessary
because the option has not been implemented if linking with
<application>Qt5</application>. However, use it also if you choose
linking to <application>Qt4</application>, because <ulink
url="https://bitbucket.org/libqxt/libqxt/wiki/Home">libqxt</ulink> is
required, but is no longer maintained.
</para>
<para>
<parameter>-DUSE_QT5=true</parameter>: This switch is used in order to
build this application linked to <application>Qt5</application>. Toggle
to <quote>false</quote>, if you prefer to use
<application>Qt4</application>.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
qterminal
</seg>
<seg>
None
</seg>
<seg>
/usr/share/qterminal and
/usr/share/doc/qterminal-&qterminal-version;
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="qterminal-prog">
<term><command>qterminal</command></term>
<listitem>
<para>
is a <application>Qt</application> based lightweight terminal
emulator for.
</para>
<indexterm zone="qterminal qterminal-prog">
<primary sortas="b-qterminal">qterminal</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>