2002-07-08 04:28:42 +08:00
|
|
|
<sect1 id="kde-libs">
|
|
|
|
<title>Installing kdelibs</title>
|
|
|
|
|
2002-09-15 05:47:22 +08:00
|
|
|
<para><screen>Download location (FTP): <ulink url="&kde-libs-ftp;"/>
|
|
|
|
Estimated build disk space: 115 MB
|
2002-07-08 04:28:42 +08:00
|
|
|
Estimated installed space: 41 MB
|
|
|
|
Package size: &kde-libs-size;
|
|
|
|
Estimated build time: 62 min (667 MHz)</screen></para>
|
|
|
|
|
|
|
|
<para>kdelibs can use many optional libraries and programs. The following are
|
|
|
|
recommended:
|
|
|
|
<screen><xref linkend="openssl"/>, <xref linkend="alsa"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
|
2002-09-15 05:47:22 +08:00
|
|
|
<xref linkend="libxslt"/>, and cups.</screen></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<para>Other programs and libraries that can be used by kdelibs are:
|
2002-10-16 04:38:22 +08:00
|
|
|
<screen><xref linkend="libfam"/> and <xref linkend="libtiff"/></screen></para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
<para>Install kdelibs with:
|
2002-09-15 05:47:22 +08:00
|
|
|
<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
|
|
|
|
--disable-dependency-tracking --with-alsa --enable-fast-malloc=full &&
|
2002-07-08 04:28:42 +08:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
<sect2><title>kdelibs Installation Commmand 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>
|
2002-09-15 05:47:22 +08:00
|
|
|
<para>kde-libs provides numerous libraries needed by kde programs.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|
|
|