mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
955b7fd2aa
Update to ruby-1.92-p290. Update to Python-3.2.2. Update to subversion-1.7.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8920 af4574ff-66df-0310-9fd7-8a98e5e911e0
167 lines
5.1 KiB
XML
167 lines
5.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 kde4baseruntime-download-http "&kde4-download-http;/kdebase-runtime-&kde4-version;.tar.bz2">
|
|
<!ENTITY kde4baseruntime-download-ftp "&kde4-download-ftp;/kdebase-runtime-&kde4-version;.tar.bz2">
|
|
<!ENTITY kde4baseruntime-md5sum "1f9d6bc64d7b84a74dd3ab06615c71ce">
|
|
<!ENTITY kde4baseruntime-size "5.6 MB">
|
|
<!ENTITY kde4baseruntime-buildsize "324 MB">
|
|
<!ENTITY kde4baseruntime-time "6.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="kde4baseruntime" xreflabel="kde4baseruntime-&kde4-version;">
|
|
<?dbhtml filename="kde4baseruntime.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdebase-Runtime-&kde4-version;</title>
|
|
|
|
<indexterm zone="kde4baseruntime">
|
|
<primary sortas="a-kde4baseruntime">kde4baseruntime</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdebase-Runtime</title>
|
|
|
|
<para>kdebase-runtime is for runtime dependencies and is a required
|
|
package for <application>KDE</application> applications like kdesu,
|
|
kfile etc.</para>
|
|
|
|
&lfs67_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kde4baseruntime-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kde4baseruntime-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kde4baseruntime-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kde4baseruntime-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kde4baseruntime-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kde4baseruntime-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/kde4baseruntime-&kdelibs-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
<bridgehead renderas="sect3">Kdebase-Runtime Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="attica"/>,
|
|
<xref linkend="soprano"/>
|
|
<xref linkend="strigi"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="libjpeg"/>,
|
|
<xref linkend="exiv2"/>,
|
|
<ulink url="http://www.openexr.com/">OpenEXR</ulink>,
|
|
<xref linkend="shared-mime-info"/>,
|
|
<xref linkend="shared-desktop-ontologies"/>,
|
|
<xref linkend="samba3"/>,
|
|
<xref linkend="gpgme"/>,
|
|
<xref linkend="phonon"/>,
|
|
<xref linkend="alsa-lib"/>, PulseAudio,
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="xine-lib"/>, SLP, NetworkManager, libcanberra, QNtrack
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kde4baseruntime"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdebase-Runtime</title>
|
|
|
|
<para>Install <application>kdebaseruntime</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build</userinput></screen>
|
|
|
|
<para>Prepare the package for compilation:</para>
|
|
|
|
<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
|
|
-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>- -xyz</option>: This option is set for ...</para>
|
|
|
|
</sect2>
|
|
-->
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>several programs in &kde4-dir;/bin</seg>
|
|
<seg>several libs in &kde4-dir;/lib</seg>
|
|
<seg></seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="a-kde4baseruntime">
|
|
<term><command>kde4baseruntime</command></term>
|
|
<listitem>
|
|
<para>is a testing utility for kde4baseruntime-generated build trees.</para>
|
|
<indexterm zone="a-kde4baseruntime kde4baseruntime">
|
|
<primary sortas="b-kde4baseruntime">kdelibs</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|