Ignore:
Timestamp:
03/21/2020 11:02:56 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
baac59c
Parents:
bdfc854
Message:

Format the x/installing chapter

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    rbdfc854 r71df408  
    1616  <title>X Window System Environment</title>
    1717
    18   <para>This chapter contains instructions to build and configure a graphical
    19   user environment.</para>
     18  <para>
     19    This chapter contains instructions to build and configure a graphical
     20    user environment.
     21  </para>
    2022
    21   <para><application>Xorg</application>, in addition to clearing up some
    22   licensing issues with <ulink url="http://www.xfree86.org/">XFree86</ulink>,
    23   introduced a completely auto-tooled build for the X Window system. This
    24   means that the packages build and install using the conventional
    25   <command>configure</command>, <command>make</command>, and <command>make
    26   install</command> commands, as opposed to a proprietary build system that
    27   required hand editing of configuration parameters in a C-like syntax.</para>
     23  <para>
     24    <application>Xorg</application>, in addition to clearing up some
     25    licensing issues with <ulink url="http://www.xfree86.org/">XFree86</ulink>,
     26    introduced a completely auto-tooled build for the X Window system. This
     27    means that the packages build and install using the conventional
     28    <command>configure</command>, <command>make</command>, and <command>make
     29    install</command> commands, as opposed to a proprietary build system that
     30    required hand editing of configuration parameters in a C-like syntax.
     31  </para>
    2832
    29   <para><application>Xorg</application> also brought with it a modular build
    30   system. While this separation into modules resulted in full control of the
    31   features available to the X server on any given installation, it also made
    32   the installation more tedious as it requires installing more than 100
    33   different packages to obtain a functional X Window environment. Most large
    34   commercial distributions have elected to use <application>Xorg</application>
    35   over the <application>XFree86</application> distribution due to both
    36   licensing issues and the increased functionality provided by it over
    37   <application>XFree86</application>. With the modular build system, also came
    38   incremental updates to individual packages. The distribution of
    39   <application>Xorg</application> is given a release number by the developers,
    40   in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
    41   the upstream developers.</para>
     33  <para>
     34    <application>Xorg</application> also brought with it a modular build
     35    system. While this separation into modules resulted in full control of the
     36    features available to the X server on any given installation, it also made
     37    the installation more tedious as it requires installing more than 100
     38    different packages to obtain a functional X Window environment. Most large
     39    commercial distributions have elected to use <application>Xorg</application>
     40    over the <application>XFree86</application> distribution due to both
     41    licensing issues and the increased functionality provided by it over
     42    <application>XFree86</application>. With the modular build system, also came
     43    incremental updates to individual packages. The distribution of
     44    <application>Xorg</application> is given a release number by the developers,
     45    in this case Xorg-&xorg-version;, and is referred to as the "katamari" by
     46    the upstream developers.
     47  </para>
    4248
    4349  <!--
    44   <para>Additionally, the BLFS book appends a build number
    45   to the end of version string to indicate whether a group of incremental
    46   updates has been applied, while still retaining the versioning scheme of the
    47   upstream developers. For instance, Xorg-&xorg-version;-1 would indicate that
    48   this is the 1st release, and is consistent with the katamari, while
    49   Xorg-&xorg-version;-2 would indicate that individual package updates have
    50   been applied to the katamari.</para>
     50  <para>
     51    Additionally, the BLFS book appends a build number
     52    to the end of version string to indicate whether a group of incremental
     53    updates has been applied, while still retaining the versioning scheme of the
     54    upstream developers. For instance, Xorg-&xorg-version;-1 would indicate that
     55    this is the 1st release, and is consistent with the katamari, while
     56    Xorg-&xorg-version;-2 would indicate that individual package updates have
     57    been applied to the katamari.
     58  </para>
    5159  -->
    5260
Note: See TracChangeset for help on using the changeset viewer.