Ignore:
Timestamp:
07/29/2012 08:09:42 PM (12 years ago)
Author:
DJ Lucas <dj@…>
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:
73dd9a12
Parents:
44ae0d21
Message:

Removed external Xorg wget and md5sums files, and included for-in-do loops.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r44ae0d21 r5287b7c  
    66]>
    77
    8 <sect1 id="xorg7" xreflabel="Xorg-&xorg7-version;">
     8<sect1 id="xorg7" xreflabel="Xorg-&xorg-version;">
    99  <?dbhtml filename="xorg7.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>Introduction to Xorg-&xorg7-release;</title>
     16  <title>Introduction to Xorg-&xorg-version;</title>
    1717
    1818  <indexterm zone="xorg7">
     
    3636  <para>Xorg-7.0 introduced a completely auto-tooled, modular build system.
    3737  With the new modular build system, it is no longer possible to download
    38   the entire package in a single file.  In fact, there may be as many as
    39   293 files that need to be fetched from the download location. To assist
     38  the entire package in a single file. In fact, there will be well over 100
     39  packages that need to be fetched from the download location. To assist
    4040  with such a large task, installing <xref linkend="wget"/> is strongly
    4141  recommended for downloading the needed files.  A complete
    42   <application>wget</application> file list is provided for each section
     42  <application>wget</application> file list is provided for each page
    4343  that includes multiple packages.</para>
    4444
     
    7474
    7575  <para>Additionally, because of the large number of repetitive commands,
    76   you are encouraged to partially automate the build.  The commands below
     76  you are encouraged to partially automate the build. Instructions have been
     77  given that utilize the <xref linkend="sudo"/> package. It is recommended that
     78  you use the <parameter>:NOPASSWD</parameter> configuration option for the
     79  user that will be building the xorg packages.</para>
     80
     81  <!--
     82  <para>The commands below
    7783  (or similar) can be entered at the command line to compile each
    7884  section (proto, util, lib, app, driver).  The wiki links on each
     
    8288<screen>bash -e #exit on all errors
    8389section=<replaceable>&lt;proto&gt;</replaceable>
    84 version=&xorg7-release;
     90version=&xorg-version;
    8591mkdir $section
    8692cd $section
     
    107113  completion, you should manually exit the shell before continuing on to
    108114  the next set of instructions.</para>
     115-->
    109116
    110117  <sect2>
Note: See TracChangeset for help on using the changeset viewer.