Ignore:
Timestamp:
09/14/2002 09:47:22 PM (22 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bc013897
Parents:
07ba0069
Message:

Added freetype2 to xfree86; removed objprelink from kde; Update kde to 3.0.3

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

File:
1 edited

Legend:

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

    r07ba0069 r19e9cee  
    22<title>Installing kdelibs</title>
    33 
    4 <para><screen>Estimated build disk space: 115 MB
     4<para><screen>Download location (FTP):    <ulink url="&kde-libs-ftp;"/>
     5Estimated build disk space: 115 MB
    56Estimated installed space:   41 MB
    67Package size:                &kde-libs-size;
     
    1011recommended:
    1112<screen><xref linkend="openssl"/>, <xref linkend="alsa"/>, <xref linkend="pcre"/>, <xref linkend="libxml2"/>,
    12 <xref linkend="libxslt"/>, cups, and <xref linkend="objprelink"/>.</screen></para>
     13<xref linkend="libxslt"/>, and cups.</screen></para>
    1314
    1415<para>Other programs and libraries that can be used by kdelibs are:
     
    1617
    1718<para>Install kdelibs with:
    18 <screen><userinput>./configure --prefix=&kde-dir;  --enable-objprelink \
    19      --disable-debug --disable-dependency-tracking --with-alsa  \
    20      --enable-fast-malloc=full &amp;&amp;
     19<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     20     --disable-dependency-tracking --with-alsa --enable-fast-malloc=full &amp;&amp;
    2121make &amp;&amp;
    2222make install</userinput></screen></para>       
     
    2525<para><userinput>--prefix=&kde-dir;:</userinput> This option tells
    2626the process to install the package in &kde-dir;.</para>
    27 
    28 <warning><para><filename>objprelink</filename> has been known to cause
    29 problems on some systems.  If it does not work on your system you will
    30 have to rebuild kde without it.  This applies to all KDE
    31 packages.</para></warning>
    32 
    33 <para><userinput>--enable-objprelink:</userinput> This option enables
    34 the linking process to optimize executable loading times by prelinking
    35 many internal references.</para>
    3627
    3728<para><userinput>--disable-debug:</userinput> This option causes the
     
    5445
    5546<sect2><title>Contents</title>
    56 <para>kde-libs provices:</para>
     47<para>kde-libs provides numerous libraries needed by kde programs.</para>
    5748
    58 <para>To be done.</para>
    5949</sect2>
    6050</sect1>
Note: See TracChangeset for help on using the changeset viewer.