Changeset fc20429 for kde/kde-intro.xml


Ignore:
Timestamp:
05/23/2004 06:45:26 PM (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:
5f51d218
Parents:
062d1f3
Message:

updated to kde-3.2.2 and koffice-1.3.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kde-intro.xml

    r062d1f3 rfc20429  
    1313(multimedia, graphics etc).</para>
    1414
    15 <para><acronym>KDE</acronym> also has many internationalization packages in the form of:
    16 <filename>kde-i18n-xx-&kde-version;.tar.bz2</filename>
    17 where the xx is a two to five letter code for the country covered. We
    18 do not cover the installation of these packages here.</para>
    19 
    2015<para>There are two alternatives for installing <acronym>KDE</acronym>. Option one, that
    2116is used by most of the commercial distributions, is to
     
    2621<filename>/opt/kde-&kde-version;</filename>. This option allows for easy removal of
    2722the package.</para>
    28 
    29 <para>Based on your preference, set <envar>KDE_PREFIX</envar>.</para>
    30 <para>If <application><acronym>KDE</acronym></application> is your desktop of choice:</para>
    31 <screen><userinput><command>export KDE_PREFIX=/usr</command></userinput></screen>
    32 <para>If you want to try-out <application><acronym>KDE</acronym></application>:</para>
    33 <screen><userinput><command>export KDE_PREFIX=/opt/kde-&kde-version;</command></userinput></screen>
    34 
    35 <para>Remember to execute <command>ldconfig</command> after installation of libraries to
    36 update the library cache.</para>
    37 
    38 <para>If you are not installing <acronym>KDE</acronym> in <filename>/usr</filename> you will need to make some
    39 configuration changes:</para>
    40 
    41 <para>Add to your system or personal profile:</para>
    42 
    43 <screen><userinput><command>export PATH=$PATH:/opt/kde-&kde-version;/bin
    44 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/kde-&kde-version;/lib/pkgconfig</command></userinput></screen>
    45 
    46 <para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
    47 
    48 <screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
    49 # Begin kde addition to /etc/ld.so.conf
    50 
    51 /opt/kde-&kde-version;/lib
    52 
    53 # End kde addition
    54 <command>EOF</command></userinput></screen>
    55 
    56 <para>Add to your <filename>/etc/man.conf</filename>:</para>
    57 
    58 <screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
    59 # Begin kde addition to man.conf
    60 
    61 MANPATH /opt/kde-&kde-version;/man
    62 
    63 # End kde addition to man.conf
    64 <command>EOF</command></userinput></screen>
    65 
    66 <tip>
    67 <para>If you prefer installing <acronym>KDE</acronym> in <filename>/opt</filename>
    68 one trick to avoid the above configuration changes is to replace <filename>/opt/kde-&kde-version;</filename>
    69 with <filename>/opt/kde</filename> and to create a symlink from <filename>/opt/kde-&kde-version;</filename>
    70 to <filename>/opt/kde</filename>.</para>
    71 <screen><userinput><command>ln -sf &kde-version; /opt/kde</command></userinput></screen>
    72 </tip>
    7323
    7424<tip>
     
    8131
    8232<screen><userinput><command>DO_NOT_COMPILE="component1 component2" \
    83     ./configure --prefix=/opt/kde...</command></userinput></screen>
     33    ./configure --prefix=&kde-dir; ...</command></userinput></screen>
    8434
    8535<para>The core <acronym>KDE</acronym> packages also honor this variable, but omitting components
Note: See TracChangeset for help on using the changeset viewer.