Ignore:
Timestamp:
01/25/2004 12:56:23 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9255931
Parents:
1a55aceb
Message:

updated to kde-3.1.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1717 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/inst/kde-libs.xml

    r1a55aceb r1fdbdb4  
    2323<sect4><title>Required</title>
    2424<para><xref linkend="kde-core-arts"/></para></sect4>
    25 <sect4><title>Recommended</title>
     25<sect4><title>Optional</title>
    2626<para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
    2727linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
    28 linkend="libfam"/> and <xref linkend="libart_lgpl"/></para></sect4>
    29 <sect4><title>Optional</title>
    30 <para><xref linkend="cups"/>, <xref linkend="sane"/> and <xref linkend="openldap"/>
     28linkend="libfam"/>, <xref linkend="libart_lgpl"/>,
     29<xref linkend="cups"/>, <xref linkend="openldap"/>, <xref
     30linkend="alsa"/>, <xref linkend="libtiff"/>,
     31<ulink url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
     32and <ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
    3133</para></sect4>
    3234</sect3>
     
    4547<para>Install <application>kdelibs</application> with:</para>
    4648<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    47      --disable-dependency-tracking --with-alsa --enable-fast-malloc=full &amp;&amp;
     49    --disable-dependency-tracking --enable-fast-malloc=full --disable-pcre &amp;&amp;
    4850make &amp;&amp;
    4951make install</command></userinput></screen>
     
    5254
    5355<sect2><title>Command explanations</title>
    54 <para><command>--prefix=&kde-dir;</command> : This option tells
     56<para><parameter>--prefix=&kde-dir;</parameter> : This option tells
    5557the process to install the package in <filename
    5658class="directory">&kde-dir;</filename>.</para>
    5759
    58 <para><command>--disable-debug</command> : This option causes the
     60<para><parameter>--disable-debug</parameter> : This option causes the
    5961system to be compiled without debugging code.</para>
    6062
    61 <para><command>--disable-dependency-tracking</command> : This option
     63<para><parameter>--disable-dependency-tracking</parameter> : This option
    6264speeds up one time builds.</para>
    6365
    64 <para><command>--with-alsa</command> : This option tells the build process to
    65 search for and use Alsa for sound support.</para>
    66 
    67 <para><command>--enable-fast-malloc=full</command> : This option tells
     66<para><parameter>--enable-fast-malloc=full</parameter> : This option tells
    6867<acronym>KDE</acronym> programs to use an internal memory allocation scheme
    6968optimized for <acronym>KDE</acronym>.</para>
     69
     70<para><parameter>--disable-pcre</parameter> : Omit this switch if you
     71have <acronym>PCRE</acronym> installed and you want improved regular expression support
     72in the <acronym>KDE</acronym> JavaScript engine.</para>
     73
    7074</sect2>
    7175
Note: See TracChangeset for help on using the changeset viewer.