mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
cf93e2c556
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1431 af4574ff-66df-0310-9fd7-8a98e5e911e0
78 lines
2.9 KiB
XML
78 lines
2.9 KiB
XML
<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>
|
|
<sect4><title>Recommended</title>
|
|
<para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
|
|
linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
|
|
linkend="libfam"/> and <xref linkend="libart_lgpl"/></para></sect4>
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="cups"/>, <xref linkend="sane"/> and <xref linkend="openldap"/>
|
|
</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 \
|
|
--disable-dependency-tracking --with-alsa --enable-fast-malloc=full &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Command explanations</title>
|
|
<para><command>--prefix=&kde-dir;</command> : This option tells
|
|
the process to install the package in <filename
|
|
class="directory">&kde-dir;</filename>.</para>
|
|
|
|
<para><command>--disable-debug</command> : This option causes the
|
|
system to be compiled without debugging code.</para>
|
|
|
|
<para><command>--disable-dependency-tracking</command> : This option
|
|
speeds up one time builds.</para>
|
|
|
|
<para><command>--with-alsa</command> : This option tells the build process to
|
|
search for and use Alsa for sound support.</para>
|
|
|
|
<para><command>--enable-fast-malloc=full</command> : This option tells
|
|
<acronym>KDE</acronym> programs to use an internal memory allocation scheme
|
|
optimized for <acronym>KDE</acronym>.</para>
|
|
</sect2>
|
|
|
|
<sect2><title>Contents</title>
|
|
<para>kdelibs provides numerous libraries needed by
|
|
<acronym>KDE</acronym> programs.</para>
|
|
|
|
</sect2>
|
|
</sect1>
|