Changeset 0d00570


Ignore:
Timestamp:
10/07/2002 06:55:06 AM (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:
b3224f7
Parents:
cc694ec
Message:

Updates to KDE

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rcc694ec r0d00570  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>October 6th, 2002 [bdubbs]: KDE: updates to configure
     14instructions and install directory.</para></listitem>
    1215
    1316<listitem><para>October 6th, 2002 [larry]: Appendices: Added named and
  • kde/inst/kde-base.xml

    rcc694ec r0d00570  
    1313
    1414<para>Other programs and libraries that can be used by kdebase are:
    15 <screen>lame, and pam</screen></para>
     15<screen><xref linkend="lame"/>, and <xref linkend="Linux_PAM"/></screen></para>
    1616
    1717<para>Check to see if <filename>/lib/libmisc.la</filename> exists.  If not, run:
     
    2828 
    2929<para><userinput>--disable-lametest:</userinput> Do not search for and use
    30 lame support.  This package provides mp3 encoding. See <ulink url="http://www.mp3dev.org/mp3/"/>  for
    31 information about this package.</para>
     30lame support.  This package provides mp3 encoding. Omit this option if
     31you installed <filename>lame</filename>.</para>
    3232 
    3333<para><userinput>--with-shadow:</userinput> Use shadow password
  • kde/inst/kde-libs.xml

    rcc694ec r0d00570  
    1414
    1515<para>Other programs and libraries that can be used by kdelibs are:
    16 <screen>libfam</screen></para>
     16<screen><xref linkend="libfam"/></screen></para>
    1717
    1818<para>Install kdelibs with:
  • kde/kde-intro.xml

    rcc694ec r0d00570  
    1818miscellaneous KDE packages.</para>
    1919
     20<para>As the instructions for compiling and installing KDE were developed,
     21the options to <filename>configure</filename> were examined and the parameters
     22presented are the most likely to compile correctly.  In each of the packages,
     23one other option to <filename>configure</filename> can be added:
     24<userinput>--enable-final</userinput>.  This option can speed up the build
     25process, but requires a lot of memory. If you have less than 256MB of RAM,
     26this option may cause swapping and significantly slow compilation.</para>
     27
    2028<para>KDE also has many internationalization packages in the form of:
    2129<userinput>kde-i18n-xx-&kde-version;.tar.bz2</userinput>
  • kde/kde.ent

    rcc694ec r0d00570  
    4545<!ENTITY kde-version "3.0.3">
    4646<!ENTITY kde-download "ftp://ftp.kde.org/pub/kde/stable/&kde-version;/src">
    47 <!ENTITY kde-dir "/opt/kde303">
     47<!ENTITY kde-dir "/opt/kde-&kde-version;">
    4848
    4949<!ENTITY kde-libs-ftp "&kde-download;/kdelibs-&kde-version;.tar.bz2">
Note: See TracChangeset for help on using the changeset viewer.