Changeset 19e9cee for kde/inst


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

Location:
kde/inst
Files:
13 edited

Legend:

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

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Addons</title>
    44
    5 <para><screen>Estimated build disk space:  17 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-addons-ftp;"/>
     6Estimated build disk space:  17 MB
    67Estimated installed space:    5 MB
    78Package size:                &kde-addons-size;
     
    910
    1011<para>kdeaddons depends on:
    11 <screen><xref linkend="kde-base"/>, <xref linkend="kde-multimedia"/>, and <xref linkend="kde-network"/>.</screen></para>
     12<screen><xref linkend="kde-multimedia"/> and <xref linkend="kde-network"/>.</screen></para>
    1213
    1314<para>Install kdeaddons with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-admin.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Admin</title>
    44
    5 <para><screen>Estimated build disk space:  18 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-admin-ftp;"/>
     6Estimated build disk space:  18 MB
    67Estimated installed space:    4 MB
    78Package size:                &kde-admin-size;
     
    1415
    1516<para>Install kdeadmin with:
    16 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    17     --disable-debug --disable-dependency-tracking --with-shadow &amp;&amp;
     17<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     18    --disable-dependency-tracking --with-shadow &amp;&amp;
    1819make &amp;&amp;
    1920make install</userinput></screen></para>
  • kde/inst/kde-artwork.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Artwork</title>
    44
    5 <para><screen>Estimated build disk space:  32 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-artwork-ftp;"/>
     6Estimated build disk space:  32 MB
    67Estimated installed space:   21 MB
    78Package size:                &kde-base-size;
     
    1213
    1314<para>Install kdeartwork with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-base.xml

    r07ba0069 r19e9cee  
    11<sect1 id="kde-base" xreflabel="kde-base-&kde-version;">
    22<title>Installing kdebase</title>
    3 <para><screen>Estimated build disk space: 132 MB
     3<para><screen>Download location (FTP):    <ulink url="&kde-base-ftp;"/>
     4Estimated build disk space: 132 MB
    45Estimated installed space:   45 MB
    56Package size:                &kde-base-size;
     
    89<para>kdebase can use many optional libraries and programs.  The following are
    910recommended:
    10 <screen><xref linkend="openssl"/>, lesstif, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>,
    11 shadow, cups, and <xref linkend="objprelink"/>.</screen></para>
     11<screen><xref linkend="openssl"/>, <xref linkend="lesstif"/>, <xref linkend="CDParanoia"/>, <xref linkend="libvorbis"/>,
     12shadow (in the LFS book), and cups.</screen></para>
    1213
    1314<para>Other programs and libraries that can be used by kdebase are:
     
    1819
    1920<para>Install kdebase with:
    20 <screen><userinput>./configure --prefix=&kde-dir;  --enable-objprelink \
    21      --disable-debug --disable-dependency-tracking --disable-lametest \
    22      --with-shadow &amp;&amp;
     21<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     22     --disable-dependency-tracking --disable-lametest --with-shadow &amp;&amp;
    2323make &amp;&amp;
    2424make install</userinput></screen></para>
     
    3434support.</para>
    3535</sect2>
     36
     37<sect2>
     38<title>Contents</title>
     39
     40<para>Major programs in Kde-base include:</para>
     41
     42<itemizedlist>
     43<listitem><para>kdesktop - the program that handles desktop icons, popup menus, and the
     44                screensaver system.</para></listitem>
     45<listitem><para>kaddressbook - a simple addressbook</para></listitem>
     46<listitem><para>kappfinder - utility to add non-KDE applications to K-menu</para></listitem>
     47<listitem><para>kcontrol - KDE Control Center</para></listitem>
     48<listitem><para>kdeprint - Print job administration</para></listitem>
     49<listitem><para>kdm - KDE Display manager (a replacement for xdm</para></listitem>
     50<listitem><para>kfind - utility to find files</para></listitem>
     51<listitem><para>khelpcenter - kde help tool</para></listitem>
     52<listitem><para>khotkeys - handles hot keys for KDE</para></listitem>
     53<listitem><para>kicker - KDE control panel</para></listitem>
     54<listitem><para>klipper - a clipboard utility</para></listitem>
     55<listitem><para>kmenuedit - utility to reaggange or add to the K-menu</para></listitem>
     56<listitem><para>konqueror - a filesystem and Web browser</para></listitem>
     57<listitem><para>konsole - a highly configurable X terminal emulator</para></listitem>
     58<listitem><para>kscreensaver - program to set up screensavers</para></listitem>
     59<listitem><para>ktip - wizard to provide hints and KDE information</para></listitem>
     60</itemizedlist>
     61</sect2>
    3662   
    3763</sect1>
  • kde/inst/kde-edu.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Edu</title>
    44
    5 <para><screen>Estimated build disk space:  37 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-edu-ftp;"/>
     6Estimated build disk space:  37 MB
    67Estimated installed space:   15 MB
    78Package size:                &kde-edu-size;
     
    1213
    1314<para>Install kdeedu with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-games.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Games</title>
    44
    5 <para><screen>Estimated build disk space:  54 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-games-ftp;"/>
     6Estimated build disk space:  54 MB
    67Estimated installed space:   20 MB
    78Package size:                &kde-games-size;
     
    1213
    1314<para>Install kdegames with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-graphics.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Graphics</title>
    44
    5 <para><screen>Estimated build disk space:  24 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-graphics-ftp;"/> 
     6Estimated build disk space:  24 MB
    67Estimated installed space:    7 MB
    78Package size:                &kde-graphics-size;
     
    1415
    1516<para>Install kdegraphics with:
    16 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    17     --disable-debug --disable-dependency-tracking &amp;&amp;
     17<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     18    --disable-dependency-tracking &amp;&amp;
    1819make &amp;&amp;
    1920make install</userinput></screen></para>
  • 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>
  • kde/inst/kde-multimedia.xml

    r07ba0069 r19e9cee  
    1 <sect1 id="kde-multimedia">
     1<sect1 id="kde-multimedia" xreflabel="kde-multimedia-&kde-version;">
    22<?dbhtml filename="kde-multimedia.html" dir="kde"?>
    33<title>Installation of KDE Multimedia</title>
    44
    5 <para><screen>Estimated build disk space:  69 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-multimedia-ftp;"/>
     6Estimated build disk space:  69 MB
    67Estimated installed space:   15 MB
    78Package size:                &kde-multimedia-size;
     
    910
    1011<para>kdemultimedia depends on:
    11 <screen><xref linkend="arts"/>, <xref linkend="kde-libs"/>, and <xref linkend="kde-base"/>.</screen></para>
     12<screen><xref linkend="kde-base"/>.</screen></para>
    1213
    1314<para>Install kdemultimedia with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking --with-arts-alsa &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking --with-arts-alsa &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-network.xml

    r07ba0069 r19e9cee  
    1 <sect1 id="kde-network">
     1<sect1 id="kde-network" xreflabel="kde-network-&kde-version;">
    22<?dbhtml filename="kde-network.html" dir="kde"?>
    33<title>Installation of KDE Network</title>
    44
    5 <para><screen>Estimated build disk space:  52 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-network-ftp;"/>
     6Estimated build disk space:  52 MB
    67Estimated installed space:   16 MB
    78Package size:                &kde-network-size;
     
    1213
    1314<para>Install kdenetwork with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-pim.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE PIM</title>
    44
    5 <para><screen>Estimated build disk space:  50 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-pim-ftp;"/>
     6Estimated build disk space:  50 MB
    67Estimated installed space:    7 MB
    78Package size:                &kde-pim-size;
     
    1617
    1718<para>Install kdepim with:
    18 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    19     --disable-debug --disable-dependency-tracking &amp;&amp;
     19<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     20    --disable-dependency-tracking &amp;&amp;
    2021make &amp;&amp;
    2122make install</userinput></screen></para>
  • kde/inst/kde-toys.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Toys</title>
    44
    5 <para><screen>Estimated build disk space:  12 MB
     5<para><screen>Download location (FTP):    <ulink url="&kde-toys-ftp;"/>
     6Estimated build disk space:  12 MB
    67Estimated installed space:    4 MB
    78Package size:                &kde-toys-size;
     
    1213
    1314<para>Install kdetoys with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
  • kde/inst/kde-utils.xml

    r07ba0069 r19e9cee  
    33<title>Installation of KDE Utils</title>
    44
    5 <para><screen>Estimated build disk space:  23 MB
    6 Estimated installed space:    6 MB
    7 Package size:                &kde-utils-size;
     5<para><screen>Download location (FTP):    <ulink url="&kde-utils-ftp;"/>
     6Estimated build disk space:  23 MB
     7Estimated installed space:     6 MB
     8Package size:                 &kde-utils-size;
    89Estimated build time:        13 min (667 MHz)</screen></para>
    910
     
    1213
    1314<para>Install kdeutils with:
    14 <screen><userinput>./configure --prefix=&kde-dir; --enable-objprelink \
    15     --disable-debug --disable-dependency-tracking &amp;&amp;
     15<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
     16    --disable-dependency-tracking &amp;&amp;
    1617make &amp;&amp;
    1718make install</userinput></screen></para>
Note: See TracChangeset for help on using the changeset viewer.