mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 02:27:28 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9650 af4574ff-66df-0310-9fd7-8a98e5e911e0
159 lines
4.8 KiB
XML
159 lines
4.8 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 kde4pimlibs-download-http "http://mirrors.isc.org/pub/kde/stable/4.8.1/src/kdepimlibs-&kde4pimlibs-version;.tar.xz">
|
|
<!ENTITY kde4pimlibs-download-ftp "ftp://ftp.kde.org/pub/kde/stable/4.8.1/src/kdepimlibs-&kde4pimlibs-version;.tar.xz">
|
|
<!ENTITY kde4pimlibs-md5sum "b5d77e68e6daa93cae3364c825142b4e">
|
|
<!ENTITY kde4pimlibs-size "2.5 MB">
|
|
<!ENTITY kde4pimlibs-buildsize "531 MB">
|
|
<!ENTITY kde4pimlibs-time "7.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="kde4pimlibs" xreflabel="kdepimlibs-&kde4pimlibs-version;">
|
|
<?dbhtml filename="kde4pimlibs.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Kdepimlibs-&kde4pimlibs-version;</title>
|
|
|
|
<indexterm zone="kde4pimlibs">
|
|
<primary sortas="a-kde4pimlibs">kde4pimlibs</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Kdepimlibs</title>
|
|
|
|
<para><application>Kdepimlibs</application> is the common library for
|
|
<application>KDE</application> PIM applications like kmail, kalarm etc.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&kde4pimlibs-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&kde4pimlibs-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &kde4pimlibs-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &kde4pimlibs-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &kde4pimlibs-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &kde4pimlibs-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/kde4pimlibs-&kdepimlibs-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
<bridgehead renderas="sect3">Kdepimlibs Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kde4libs"/>,
|
|
<xref linkend="libxslt"/>,
|
|
<xref linkend="gpgme"/>,
|
|
<xref linkend="libical"/> and
|
|
<xref linkend="akonadi"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="boost"/>,
|
|
<xref linkend="cyrus-sasl"/> and
|
|
<xref linkend="openldap"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="ftp://ftp.kde.org/pub/kde/stable/prison/1.0/src/">Prison</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kde4pimlibs"/>
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Kdepimlibs</title>
|
|
|
|
<para>Install <application>kdepimlibs</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
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 Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>several in $KDE4_PREFIX/lib</seg>
|
|
<seg>several in $KDE4_PREFIX/include</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="a-kde4pimlibs">
|
|
<term><command>kde4pimlibs</command></term>
|
|
<listitem>
|
|
<para>is a testing utility for kde4pimlibs-generated build trees.</para>
|
|
<indexterm zone="a-kde4pimlibs kde4pimlibs">
|
|
<primary sortas="b-kde4pimlibs">kdepimlibs</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|