mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
c55376e71a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9914 af4574ff-66df-0310-9fd7-8a98e5e911e0
170 lines
5.5 KiB
XML
170 lines
5.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 kderuntime-download-http "&kde-download-http;&kderuntime-version;/src/kde-runtime-&kderuntime-version;.tar.xz">
|
|
<!ENTITY kderuntime-download-ftp "&kde-download-ftp;&kderuntime-version;/src/kde-runtime-&kderuntime-version;.tar.xz">
|
|
<!ENTITY kderuntime-md5sum "d954bf534c796f15088d78c03b955754">
|
|
<!ENTITY kderuntime-size "5.6 MB">
|
|
<!ENTITY kderuntime-buildsize "548 MB">
|
|
<!ENTITY kderuntime-time "7.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="kderuntime" xreflabel="kde-runtime-&kderuntime-version;">
|
|
<?dbhtml filename="kde4runtime.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kde-runtime-&kderuntime-version;</title>
|
|
|
|
<indexterm zone="kderuntime">
|
|
<primary sortas="a-kderuntime">kderuntime</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kde-runtime</title>
|
|
|
|
<para>Kde-runtime contains runtime applications and libraries essential
|
|
for <application>KDE</application>.</para>
|
|
|
|
&lfs71_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kderuntime-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kderuntime-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kderuntime-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kderuntime-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kderuntime-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kderuntime-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/kde-runtime-&kderuntime-version;-rpc_fix-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Kde-runtime Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kdelibs"/> and
|
|
<xref linkend="libtirpc"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libjpeg"/> and
|
|
<xref linkend="exiv2"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="pulseaudio"/>,
|
|
<xref linkend="xine-lib"/>,
|
|
<xref linkend="libcanberra"/>,
|
|
<xref linkend="samba3"/>,
|
|
<ulink url="http://www.openslp.org/">OpenSLP</ulink>,
|
|
<ulink url="http://launchpad.net/ntrack">QNtrack</ulink>,
|
|
<ulink url="http://www.libssh.org/">LibSSH</ulink> and
|
|
<ulink url="http://www.openexr.com/">OpenEXR</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kderuntime"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kde-runtime</title>
|
|
|
|
<para>Install <application>kderuntime</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i ../kde-runtime-&kderuntime-version;-rpc_fix-1.patch &&
|
|
mkdir build &&
|
|
cd build &&
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DKDE_DEFAULT_HOME=.kde4 \
|
|
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
|
|
.. &&
|
|
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="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><option>patch -Np1 -i ../kde-runt...</option>: This patch fixes linking
|
|
to <application>libtirpc</application>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>kcmshell4, kde4, kde4-menu, kdebugdialog, kde-cp, keditfiletype,
|
|
kde-mv, kde-open, kfile4, kglobalaccel, khelpcenter, khotnewstuff4,
|
|
khotnewstuff-upload, kiconfinder, kioclient, kmimetypefinder, knotify4,
|
|
kreadconfig, ksvgtopng, ktraderclient, ktrash, kwriteconfig, kquitapp,
|
|
kstart, kuiserver, kwalletd, nepomukbackup, nepomukcontroller, nepomukindexer,
|
|
nepomukserver, nepomukservicestub and nepomuk-simpleresource-rcgen, plasmapkg,
|
|
plasma-remote-helper and solid-hardware</seg>
|
|
<seg>several in &kde-dir;/lib</seg>
|
|
<seg>several in /etc/kde4, &kde-dir;/include and &kde-dir;/share</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="a-kderuntime">
|
|
<term><command>kderuntime</command></term>
|
|
<listitem>
|
|
<para>is a testing utility for kderuntime-generated build trees.</para>
|
|
<indexterm zone="a-kderuntime kderuntime">
|
|
<primary sortas="b-kderuntime">kdelibs</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|