mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
7031a6925c
Tags for kde dependencies git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14313 af4574ff-66df-0310-9fd7-8a98e5e911e0
142 lines
4.0 KiB
XML
142 lines
4.0 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-version;/src/konsole-&kde-version;.tar.xz">
|
|
<!ENTITY konsole-download-ftp " ">
|
|
<!ENTITY konsole-md5sum "3ca6bc837854fe0a660b559dbe400de6">
|
|
<!ENTITY konsole-size "448 KB">
|
|
<!ENTITY konsole-buildsize "18 MB">
|
|
<!ENTITY konsole-time "0.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="konsole" xreflabel="konsole-&kde-version;">
|
|
<?dbhtml filename="konsole.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Konsole-&kde-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>
|
|
|
|
&lfs76_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">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/konsole-&kde-version;-fixes-1.patch"/></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 \
|
|
-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>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|