Changeset a8d5ef7 for kde/kde-intro.xml


Ignore:
Timestamp:
12/21/2011 04:45:39 AM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
09eebec
Parents:
3863533e
Message:

Changed KDE3 to Trinity-3.5.13.
The core files are done, but the additional and
development packages have not been updated yet

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kde-intro.xml

    r3863533e ra8d5ef7  
    1212
    1313<partintro>
    14   <title>Introduction to KDE</title>
     14  <title>Introduction to Trinity/KDE3</title>
    1515
    16   <note><para>A preliminary set of instructions for building KDE-4.3.x
    17   are in the BLFS wiki:
    18   <ulink url="&blfs-wiki;/KDE-4.3.x"/>.</para></note>
     16  <para>Trinity is a project that aims to keep the KDE 3.5 computing style
     17  alive, as well as keeping the existing code base current.  It is a
     18  comprehensive desktop environment that builds on an <application>X Window
     19  System</application> and <application>Qt</application> version 3 to provide a
     20  window manager and many user tools, including a browser, word processor,
     21  spreadsheet, presentation package, games, and numerous other utilities. It
     22  provides extensive capabilities for customization.</para>
    1923
    20 
    21   <para><application>KDE</application> is a comprehensive desktop environment
    22   that builds on an <application>X Window System</application> and
    23   <application>Qt</application> to provide a window manager and many user tools,
    24   including a browser, word processor, spreadsheet, presentation package, games,
    25   and numerous other utilities. It provides extensive capabilities for customization.</para>
    26 
    27   <para>The <application>KDE</application> instructions are divided into
     24  <para>The <application>Trinity/KDE3</application> instructions are divided into
    2825  three parts. The first part, the core packages, are needed for the rest of
    29   <application>KDE</application> to work. The second part presents additional
     26  <application>Trinity/KDE3</application> to work. The second part presents additional
    3027  packages which provide functionality in various areas (multimedia, graphics, etc.)
    3128  The third part provides resources for software and web developers.</para>
    3229
    33   <para>There are two alternatives for installing <application>KDE</application>.
    34   Option one, that is used by most of the commercial distributions, is to install
    35   <application>KDE</application> in the standard system prefix:
     30  <para>There are two alternatives for installing
     31  <application>Trinity/KDE3</application>.  Option one, that is used by most of
     32  the commercial distributions, is to install
     33  <application>Trinity/KDE3</application> in the standard system prefix:
    3634  <filename class="directory">/usr</filename>. This option allows the use of
    37   <application>KDE</application> without the need for any additional configuration such
    38   as modification of various environment variables or configuration files. Option two is
    39   to install it in a unique prefix such as <filename class="directory">/opt/kde</filename> or
    40   <filename class="directory">/opt/kde-&kde-version;</filename>. This option allows for
    41   easy removal of the <application>KDE</application> version or maintenance of
    42   multiple versions for testing.</para>
     35  <application>Trinity/KDE3</application> without the need for any additional
     36  configuration such as modification of various environment variables or
     37  configuration files. Option two, recommended by the Trinity developers and
     38  BLFS Editors is to install it in a unique prefix such as <filename
     39  class="directory">/opt/trinity</filename> or <filename
     40  class="directory">/opt/trinity-&trinity-version;</filename>. This option
     41  allows for easy removal of the <application>Trinity/KDE3</application>
     42  version or maintenance of multiple versions for testing.</para>
     43
     44  <para>The <application>Trinity/KDE3</application> pakages are undergoing
     45  constant upgrades.  With the 3.5.13 version, the core packages are
     46  configured with <userinput>cmake</userinput> and the rest are built using the
     47  traditional <userinput>configure</userinput> command.</para>
    4348
    4449  <tip>
    45     <para>All the <application>KDE</application> packages are comprised of various
    46     components. The default is to install most of the components. If specific components
    47     are to be eliminated, the official way is to set the variable
     50    <para>All the <application>Trinity/KDE3</application> packages that are
     51    built with <userinput>configure</userinput> are comprised of various
     52    components. The default is to install most of the components. If specific
     53    components are to be eliminated, the way is to set the variable
    4854    <envar>DO_NOT_COMPILE</envar>. This comes in handy when there are problems
    4955    compiling a particular component.</para>
    5056
    5157<screen><userinput>DO_NOT_COMPILE="component1 component2" \
    52     ./configure --prefix=&kde-dir; ...</userinput></screen>
     58    ./configure --prefix=$TRINITY_PREFIX ...</userinput></screen>
    5359
    54     <para>The core <application>KDE</application> packages also honor this
    55     variable, but omitting components from the core packages is not advisable since
    56     it may result in an incomplete <application>KDE</application> installation.</para>
    5760  </tip>
    5861
    59   <note>
    60     <para>In each of the packages, one other option to <command>configure</command>
    61     can be added: <option>--enable-final</option>. This option can speed up the build
    62     process, but requires a lot of memory. If you have less than 256MB of RAM,
    63     this option may cause swapping and significantly slow compilation.</para>
    64   </note>
    65 
    6662</partintro>
Note: See TracChangeset for help on using the changeset viewer.