Ignore:
Timestamp:
05/25/2006 06:52:00 AM (18 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
04c940c3
Parents:
e639150
Message:

Updated to xorg-7.1, xterm-213, and MesaLib-6.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    re639150 r7be99f2c  
    4343
    4444  <para>Xorg-7.0.0 introduced a completely auto-tooled, modular build system.
    45   The code is otherwise identical to that in the Xorg-6.9.0 release.
    4645  With the new modular build system, it is no longer possible to download
    4746  the entire package in a single file.  In fact, there may be as many as
    48   280 files that need to be fetched from the download location.  To assist
     47  293 files that need to be fetched from the download location.  To assist
    4948  with such a large task, installing <xref linkend="wget"/> is strongly
    5049  recommended for downloading the needed files.  A complete
     
    6261  <note>
    6362    <para>Even if you intend to download only the necessary packages, you
    64     should download the wget file lists and use the package versions in the
    65     file.  Newer packages are likely intended for the next release of
    66     <application>Xorg</application> and have already proved to be
    67     incompatible with the current version of
    68     <application>GTK+</application>.  The installed size of
    69     <application>Xorg</application> can be reduced considerably by
    70     installing only the packages that you will need and use, however, the
    71     BLFS book cannot account for all dependencies and build options for
    72     the individual <application>Xorg</application> packages.  The
    73     instructions assume that all packages have been built.  A
     63    should download the wget file lists.  The list of files are ordered by
     64    dependency, and the package versions listed in the files are know to
     65    work well with each other.  Newer packages are likely intended for the
     66    next release of <application>Xorg</application> and have already proved
     67    to be incompatible with current versions of software installed in BLFS.
     68    The installed size of <application>Xorg</application> can be reduced
     69    considerably by installing only the packages that you will need and use,
     70    however, the BLFS book cannot account for all dependencies and build
     71    options for the individual <application>Xorg</application> packages.
     72    The instructions assume that all packages have been built.  A
    7473    <ulink url="http://wiki.linuxfromscratch.org/blfs/wiki/Xorg-&xorg7-version;">wiki</ulink>
    7574    page containing dependency information, is under development.  You are
     
    134133    <envar>XORG_CONFIG</envar> variable to use for substitution:</para>
    135134
    136 <screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var"</userinput></screen>
     135<screen><userinput>export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
     136    --localstatedir=/var --datadir=$XORG_PREFIX/lib"</userinput></screen>
    137137
    138138    <para>If you've decided to use an alternate prefix, be sure to add
Note: See TracChangeset for help on using the changeset viewer.