Ignore:
Timestamp:
09/17/2003 04:30:29 AM (21 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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
64941d1a
Parents:
146073c
Message:

update to KDE-3.1.4 (incomplete - left for Bruce to review and finish)

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

File:
1 edited

Legend:

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

    r146073c r4ee53fa2  
    22<title>kdelibs-&kde-version;</title>
    33 
    4 <para><screen>Download location (FTP):     <ulink url="&kde-libs-ftp;"/>
    5 Estimated build disk space:  115 MB
    6 Estimated installed space:   41 MB
    7 Package size:                &kde-libs-size;
    8 Estimated build time:        62 min (667 MHz)</screen></para>
     4<sect2>
     5<title>Introduction to <application>kdelibs</application></title>
     6
     7<para>This package includes libraries that are central to the
     8development and execution of a <acronym>KDE</acronym> program, as well
     9as internationalization files for these libraries, misc
     10<acronym>HTML</acronym> documentation, theme modules and regression
     11tests.</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>Recommended</title>
     26<para><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref
     27linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
     28linkend="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"/>
     31</para></sect4>
     32</sect3>
     33
     34</sect2>
     35
     36<sect2>
     37<title>Installation of <application>kdelibs</application></title>
    938
    1039<!--
    11 <warning><para>The KDE instructions are being revised. The instructions should
     40<warning><para>The <acronym>KDE</acronym> instructions are being revised. The instructions should
    1241work as described in the following sections, but not all KDE packages
    1342have been validated.</para></warning>
    1443-->
    1544
    16 
    17 <para>The following package is required to install kdelibs:
    18 <screen><xref linkend="kde-core-arts"/></screen></para>
    19 
    20 <para>kdelibs can use many libraries and programs.  The following are recommended:
    21 <screen><xref linkend="openssl"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
    22 <xref linkend="libxslt"/>, <xref linkend="libfam"/>, and <xref linkend="libart_lgpl"/></screen></para>
    23 
    24 <para>Other optional programs and libraries that can be used by kdelibs are:
    25 <screen><xref linkend="cups"/>, <xref linkend="sane"/>, and <xref linkend="openldap"/></screen></para>
    26 
    27 <para>Install kdelibs with:
    28 <screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     45<para>Install <application>kdelibs</application> with:
     46<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    2947     --disable-dependency-tracking --with-alsa --enable-fast-malloc=full &amp;&amp;
    3048make &amp;&amp;
    31 make install</userinput></screen></para>       
     49make install</command></userinput></screen></para>       
    3250
    33 <sect2><title>kdelibs Installation Command explanations</title>
    34 <para><userinput>--prefix=&kde-dir;</userinput> : This option tells
     51</sect2>
     52
     53<sect2><title>Command explanations</title>
     54<para><command>--prefix=&kde-dir;</command> : This option tells
    3555the process to install the package in <filename
    3656class="directory">&kde-dir;</filename>.</para>
    3757
    38 <para><userinput>--disable-debug</userinput> : This option causes the
     58<para><command>--disable-debug</command> : This option causes the
    3959system to be compiled without debugging code.</para>
    4060
    41 <para><userinput>--disable-dependency-tracking</userinput> : This option
     61<para><command>--disable-dependency-tracking</command> : This option
    4262speeds up one time builds.</para>
    4363
    44 <para><userinput>--with-alsa</userinput> : This option tells the build process to
     64<para><command>--with-alsa</command> : This option tells the build process to
    4565search for and use Alsa for sound support.</para>
    4666
    47 <para><userinput>--enable-fast-malloc=full</userinput> : This option tells
    48 KDE programs to use an internal memory allocation scheme
    49 optimized for KDE.</para>
    50 </sect2>
    51 
    52 <sect2><title>Configuring kdelibs</title>
    53 <para>There is no additional configuration to do for kdelibs.</para>
     67<para><command>--enable-fast-malloc=full</command> : This option tells
     68<acronym>KDE</acronym> programs to use an internal memory allocation scheme
     69optimized for <acronym>KDE</acronym>.</para>
    5470</sect2>
    5571
    5672<sect2><title>Contents</title>
    57 <para>kde-libs provides numerous libraries needed by kde programs.</para>
     73<para>kdelibs provides numerous libraries needed by
     74<acronym>KDE</acronym> programs.</para>
    5875
    5976</sect2>
    6077</sect1>
    61 
Note: See TracChangeset for help on using the changeset viewer.