glfs/kde/core/kdelibs.xml
DJ Lucas 60384c6880 Part IX xml update
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2308 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-13 08:05:17 +00:00

126 lines
4.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdelibs-download-http "&kde-download-http;/kdelibs-&kde-version;.tar.bz2">
<!ENTITY kdelibs-download-ftp "&kde-download-ftp;/kdelibs-&kde-version;.tar.bz2">
<!ENTITY kdelibs-size "13 MB">
<!ENTITY kdelibs-buildsize "160 MB">
<!ENTITY kdelibs-time "12.6 SBU">
]>
<sect1 id="kdelibs" xreflabel="kdelibs-&kde-version;">
<?dbhtml filename="kdelibs.html"?>
<title>kdelibs-&kde-version;</title>
<sect2>
<title>Introduction to <application>kdelibs</application></title>
<para>This package includes libraries that are central to the
development and execution of a <acronym>KDE</acronym> program, as well
as internationalization files for these libraries, misc
<acronym>HTML</acronym> documentation, theme modules and regression
tests.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink
url="&kdelibs-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink
url="&kdelibs-download-ftp;"/></para></listitem>
<listitem><para>Download size: &kdelibs-size;</para></listitem>
<listitem><para>Estimated Disk space required:
&kdelibs-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&kdelibs-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch: <ulink
url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-kapplication.patch"/></para></listitem>
<listitem><para>Required patch: <ulink
url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.2.2-kdelibs-ktelnetservice.patch"/></para></listitem>
</itemizedlist></sect3>
<sect3><title><application>kdelibs</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="kde-core-arts"/></para></sect4>
<sect4><title>Optional</title>
<para>
<xref linkend="libxml2"/>,
<xref linkend="libxslt"/>,
<xref linkend="cups"/>,
<xref linkend="openldap"/>,
<xref linkend="fam"/>,
<xref linkend="pcre"/>,
<xref linkend="openssl"/>,
<xref linkend="libart_lgpl"/>,
<xref linkend="alsa"/>,
<xref linkend="libtiff"/>,
<ulink url="http://www.gnu.org/software/libidn/">Libidn</ulink>,
<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
<ulink
url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
and
<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
</para></sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdelibs</application></title>
<para>Install <application>kdelibs</application> with:</para>
<screen><userinput><command>patch -Np1 -i ../post-3.2.2-kdelibs-kapplication.patch &amp;&amp;
patch -Np0 -i ../post-3.2.2-kdelibs-ktelnetservice.patch &amp;&amp;
./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<note><para>If you wish to create the <acronym>API</acronym>
documentation and you have
doxygen and graphviz installed, <command>make apidox</command> must be
done
before <command>make install</command>. This applies to all packages
which can utilize doxygen.</para></note>
</sect2>
<sect2><title>Command explanations</title>
<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
the process to install the package in <filename
class="directory">&kde-dir;</filename>.</para>
<para><parameter>--disable-debug</parameter> : This option causes the
system to be compiled without debugging code.</para>
<para><parameter>--disable-dependency-tracking</parameter> : This option
speeds up one time builds.</para>
<para><parameter>--enable-fast-malloc=full</parameter> : This option
tells
<acronym>KDE</acronym> programs to use an internal memory allocation
scheme
optimized for <acronym>KDE</acronym>.</para>
<para><parameter>--disable-pcre</parameter> : Omit this switch if you
have <acronym>PCRE</acronym> installed and you want improved regular
expression support
in the <acronym>KDE</acronym> JavaScript engine.</para>
</sect2>
<sect2><title>Contents</title>
<para>kdelibs provides numerous libraries needed by
<acronym>KDE</acronym> programs.</para>
</sect2>
</sect1>