aboutsummaryrefslogtreecommitdiffstats
path: root/kde/inst/kde-libs.xml
blob: 9e714832d6e1585d31622b249a217cccb32beba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<sect1 id="kde-libs">
<title>Installing kdelibs</title>
 
<para><screen>Download location (FTP):    <ulink url="&kde-libs-ftp;"/>
Estimated build disk space: 115 MB
Estimated installed space:   41 MB
Package size:                &kde-libs-size;
Estimated build time:        62 min (667 MHz)</screen></para>

<!-- 
<warning><para>The KDE 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>The following package is required to install kdelibs:
<screen><xref linkend="kde-core-arts"/></screen></para>

<para>kdelibs can use many libraries and programs.  The following are recommended:
<screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
<xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/>.</screen></para>

<para>Other optional programs and libraries that can be used by kdelibs are:
<screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/>.</screen></para>

<para>Install kdelibs with:
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     --disable-dependency-tracking --with-alsa --enable-fast-malloc=full &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>       

<sect2><title>kdelibs Installation Command explanations</title>
<para><userinput>--prefix=&kde-dir;</userinput> : This option tells
the process to install the package in &kde-dir;.</para>

<para><userinput>--disable-debug</userinput> : This option causes the
system to be compiled without debugging code.</para>

<para><userinput>--disable-dependency-tracking</userinput> : This option
speeds up one time builds.</para>

<para><userinput>--with-alsa</userinput> : This option tells the build process to
search for and use Alsa for sound support.</para>

<para><userinput>--enable-fast-malloc=full</userinput> : This option tells
KDE programs to use an internal memory allocation scheme 
optimized for KDE.</para>
</sect2>

<sect2><title>Configuring kdelibs</title>
<para>There is no additional configuration to do for kdelibs.</para>
</sect2>

<sect2><title>Contents</title>
<para>kde-libs provides numerous libraries needed by kde programs.</para>

</sect2>
</sect1>