2003-10-20 23:43:01 +08:00
|
|
|
<sect1 id="kde-libs" xreflabel="kdelibs-&kde-version;">
|
|
|
|
<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="&kde-libs-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink url="&kde-libs-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &kde-libs-size;</para></listitem>
|
|
|
|
<listitem><para>Estimated Disk space required: &kde-libs-buildsize;</para></listitem>
|
|
|
|
<listitem><para>Estimated build time: &kde-libs-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title><application>kdelibs</application> dependencies</title>
|
|
|
|
<sect4><title>Required</title>
|
|
|
|
<para><xref linkend="kde-core-arts"/></para></sect4>
|
2004-01-25 08:56:23 +08:00
|
|
|
<sect4><title>Optional</title>
|
2003-10-20 23:43:01 +08:00
|
|
|
<para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
|
|
|
|
linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
|
2004-01-25 08:56:23 +08:00
|
|
|
linkend="libfam"/>, <xref linkend="libart_lgpl"/>,
|
|
|
|
<xref linkend="cups"/>, <xref linkend="openldap"/>, <xref
|
|
|
|
linkend="alsa"/>, <xref linkend="libtiff"/>,
|
|
|
|
<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
|
|
|
|
and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
|
2003-10-20 23:43:01 +08:00
|
|
|
</para></sect4>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>kdelibs</application></title>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<warning><para>The <acronym>KDE</acronym> instructions are being revised. The instructions should
|
|
|
|
work as described in the following sections, but not all KDE packages
|
|
|
|
have been validated.</para></warning>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<para>Install <application>kdelibs</application> with:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
2004-01-25 08:56:23 +08:00
|
|
|
--disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &&
|
2003-10-20 23:43:01 +08:00
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Command explanations</title>
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
|
2003-10-20 23:43:01 +08:00
|
|
|
the process to install the package in <filename
|
|
|
|
class="directory">&kde-dir;</filename>.</para>
|
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--disable-debug</parameter> : This option causes the
|
2003-10-20 23:43:01 +08:00
|
|
|
system to be compiled without debugging code.</para>
|
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--disable-dependency-tracking</parameter> : This option
|
2003-10-20 23:43:01 +08:00
|
|
|
speeds up one time builds.</para>
|
|
|
|
|
2004-01-25 08:56:23 +08:00
|
|
|
<para><parameter>--enable-fast-malloc=full</parameter> : This option tells
|
2003-10-20 23:43:01 +08:00
|
|
|
<acronym>KDE</acronym> programs to use an internal memory allocation scheme
|
|
|
|
optimized for <acronym>KDE</acronym>.</para>
|
2004-01-25 08:56:23 +08:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2003-10-20 23:43:01 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Contents</title>
|
|
|
|
<para>kdelibs provides numerous libraries needed by
|
|
|
|
<acronym>KDE</acronym> programs.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|