mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
142 lines
4.1 KiB
XML
142 lines
4.1 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 konsole-download-http "&kde-download-http;&kde-old-version;/src/konsole-&kde-old-version;.tar.xz">
|
|
<!ENTITY konsole-download-ftp " ">
|
|
<!ENTITY konsole-md5sum "1c81a9a2c073f7992671e168b7285a2a">
|
|
<!ENTITY konsole-size "448 KB">
|
|
<!ENTITY konsole-buildsize "18 MB">
|
|
<!ENTITY konsole-time "0.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="konsole" xreflabel="konsole-&kde-old-version;">
|
|
<?dbhtml filename="konsole.html"?>
|
|
|
|
|
|
<title>Konsole-&kde-old-version;</title>
|
|
|
|
<indexterm zone="konsole">
|
|
<primary sortas="a-konsole">konsole</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Konsole</title>
|
|
|
|
<para>This package provides a terminal emulator for KDE.</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&konsole-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&konsole-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &konsole-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &konsole-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &konsole-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &konsole-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Konsole Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kdelibs"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="kde-baseapps"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/konsole"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Konsole</title>
|
|
|
|
<para>Install <application>Konsole</application> by running
|
|
the following commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DCMAKE_MINIMUM_REQUIRED_VERSION=3.0 \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>konsole and konsoleprofile</seg>
|
|
<seg>libkdeinit4_konsole.so, libkonsolepart.so and libkonsoleprivate.so
|
|
</seg>
|
|
<seg>&kde-dir;/share/apps/konsole and
|
|
&kde-dir;/share/doc/HTML/en/konsole</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="konsole-prog">
|
|
<term><command>konsole</command></term>
|
|
<listitem>
|
|
<para>is the KDE terminal emulator.</para>
|
|
<indexterm zone="konsole konsole-prog">
|
|
<primary sortas="b-konsole">konsole</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="konsoleprofile">
|
|
<term><command>konsoleprofile</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a command-line tool to change the current tab's profile
|
|
options.
|
|
</para>
|
|
<indexterm zone="konsole konsoleprofile">
|
|
<primary sortas="b-konsoleprofile">konsoleprofile</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|