1 | <sect1 id="kde-libs" xreflabel="kdelibs-&kde-version;">
|
---|
2 | <title>kdelibs-&kde-version;</title>
|
---|
3 |
|
---|
4 | <sect2>
|
---|
5 | <title>Introduction to <application>kdelibs</application></title>
|
---|
6 |
|
---|
7 | <para>This package includes libraries that are central to the
|
---|
8 | development and execution of a <acronym>KDE</acronym> program, as well
|
---|
9 | as internationalization files for these libraries, misc
|
---|
10 | <acronym>HTML</acronym> documentation, theme modules and regression
|
---|
11 | tests.</para>
|
---|
12 |
|
---|
13 | <sect3><title>Package information</title>
|
---|
14 | <itemizedlist spacing='compact'>
|
---|
15 | <listitem><para>Download (HTTP): <ulink url="&kde-libs-download-http;"/></para></listitem>
|
---|
16 | <listitem><para>Download (FTP): <ulink url="&kde-libs-download-ftp;"/></para></listitem>
|
---|
17 | <listitem><para>Download size: &kde-libs-size;</para></listitem>
|
---|
18 | <listitem><para>Estimated Disk space required: &kde-libs-buildsize;</para></listitem>
|
---|
19 | <listitem><para>Estimated build time: &kde-libs-time;</para></listitem></itemizedlist>
|
---|
20 | </sect3>
|
---|
21 |
|
---|
22 | <sect3><title><application>kdelibs</application> dependencies</title>
|
---|
23 | <sect4><title>Required</title>
|
---|
24 | <para><xref linkend="kde-core-arts"/></para></sect4>
|
---|
25 | <sect4><title>Optional</title>
|
---|
26 | <para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
|
---|
27 | linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
|
---|
28 | linkend="libfam"/>, <xref linkend="libart_lgpl"/>,
|
---|
29 | <xref linkend="cups"/>, <xref linkend="openldap"/>, <xref
|
---|
30 | linkend="alsa"/>, <xref linkend="libtiff"/>,
|
---|
31 | <ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
|
---|
32 | and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
|
---|
33 | </para></sect4>
|
---|
34 | </sect3>
|
---|
35 |
|
---|
36 | </sect2>
|
---|
37 |
|
---|
38 | <sect2>
|
---|
39 | <title>Installation of <application>kdelibs</application></title>
|
---|
40 |
|
---|
41 | <!--
|
---|
42 | <warning><para>The <acronym>KDE</acronym> instructions are being revised. The instructions should
|
---|
43 | work as described in the following sections, but not all KDE packages
|
---|
44 | have been validated.</para></warning>
|
---|
45 | -->
|
---|
46 |
|
---|
47 | <para>Install <application>kdelibs</application> with:</para>
|
---|
48 | <screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
|
---|
49 | --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &&
|
---|
50 | make &&
|
---|
51 | make install</command></userinput></screen>
|
---|
52 |
|
---|
53 | </sect2>
|
---|
54 |
|
---|
55 | <sect2><title>Command explanations</title>
|
---|
56 | <para><parameter>--prefix=&kde-dir;</parameter> : This option tells
|
---|
57 | the process to install the package in <filename
|
---|
58 | class="directory">&kde-dir;</filename>.</para>
|
---|
59 |
|
---|
60 | <para><parameter>--disable-debug</parameter> : This option causes the
|
---|
61 | system to be compiled without debugging code.</para>
|
---|
62 |
|
---|
63 | <para><parameter>--disable-dependency-tracking</parameter> : This option
|
---|
64 | speeds up one time builds.</para>
|
---|
65 |
|
---|
66 | <para><parameter>--enable-fast-malloc=full</parameter> : This option tells
|
---|
67 | <acronym>KDE</acronym> programs to use an internal memory allocation scheme
|
---|
68 | optimized for <acronym>KDE</acronym>.</para>
|
---|
69 |
|
---|
70 | <para><parameter>--disable-pcre</parameter> : Omit this switch if you
|
---|
71 | have <acronym>PCRE</acronym> installed and you want improved regular expression support
|
---|
72 | in the <acronym>KDE</acronym> JavaScript engine.</para>
|
---|
73 |
|
---|
74 | </sect2>
|
---|
75 |
|
---|
76 | <sect2><title>Contents</title>
|
---|
77 | <para>kdelibs provides numerous libraries needed by
|
---|
78 | <acronym>KDE</acronym> programs.</para>
|
---|
79 |
|
---|
80 | </sect2>
|
---|
81 | </sect1>
|
---|