mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
45ab6c70c2
Remove "$LastChanged$" everywhere, and also some unused $Date$
225 lines
6.5 KiB
XML
225 lines
6.5 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/lxde/qterminal/releases/download/&qterminal-version;/qterminal-&qterminal-version;.tar.xz">
|
|
<!ENTITY qterminal-download-ftp " ">
|
|
<!ENTITY qterminal-md5sum "1ce5911e0959da75e6742f10a36b73e4">
|
|
<!ENTITY qterminal-size "102 KB">
|
|
<!ENTITY qterminal-buildsize "6.3 MB (add 1.3 MB for the API documentation)">
|
|
<!ENTITY qterminal-time "0.3 SBU (with the API documentation)">
|
|
]>
|
|
|
|
<sect1 id="qterminal" xreflabel="qterminal-&qterminal-version;">
|
|
<?dbhtml filename="qterminal.html"?>
|
|
|
|
<sect1info>
|
|
<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>
|
|
|
|
&lfs82_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="lxqt-build-tools"/> and
|
|
<xref linkend="qtermwidget"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="doxygen"/> and
|
|
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
|
|
for documentation, and
|
|
<xref linkend="git"/> (to download translation files) or
|
|
<xref linkend="lxqt-l10n"/> (to add localization files)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/qterminal"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of qterminal</title>
|
|
|
|
<para>
|
|
Install <application>qterminal</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir -v build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DPULL_TRANSLATIONS=no \
|
|
.. &&
|
|
|
|
make</userinput></screen>
|
|
|
|
<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 html API documentation, if you opted to generate it, 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} &&
|
|
cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html</userinput></screen>
|
|
|
|
<para>
|
|
The pdf API reference manual can be installed with, as
|
|
the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>install -v -m644 docs/latex/refman.pdf \
|
|
/usr/share/doc/qterminal-&qterminal-version;/pdf</userinput></screen>
|
|
|
|
<para>
|
|
If you installed in /opt, again as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>if [ "$LXQT_PREFIX" != /usr ]; then
|
|
ln -svf $LXQT_PREFIX/share/applications/qterminal.desktop \
|
|
/usr/share/applications
|
|
ln -svf $LXQT_PREFIX/share/applications/qterminal_drop.desktop \
|
|
/usr/share/applications
|
|
fi</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
|
|
<xref linkend="git"/>, which would otherwise be requested to download
|
|
the translation files.
|
|
</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/doc/qterminal-&qterminal-version; (if the documentation
|
|
is installed)
|
|
</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.
|
|
</para>
|
|
<indexterm zone="qterminal qterminal-prog">
|
|
<primary sortas="b-qterminal">qterminal</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|