Changeset c23b62b for x/installing


Ignore:
Timestamp:
05/25/2006 04:58:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
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:
7f5c97e
Parents:
04c940c3
Message:

Added missing role attributes to Xorg7 packages dependencies.

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

Location:
x/installing
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • x/installing/mesalib.xml

    r04c940c3 rc23b62b  
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para><xref linkend="xorg7-lib"/>,
     67    <para role="required"><xref linkend="xorg7-lib"/>,
    6868    <xref linkend="xorg7-util"/>, and
    6969    <xref linkend="libdrm"/></para>
    7070
    7171    <note>
    72       <para>It is not recomended to build a newer version of 
     72      <para>It is not recomended to build a newer version of
    7373      <application>Mesa</application> with <xref linkend="xfree86"/> or
    7474      <xref linkend="xorg"/>.</para>
     
    102102
    103103    <para>You will need to adjust the commands below to reflect the
    104     installation prefix of the X Window System.  First, correct several 
    105     hard coded directories in the source files with the following 
     104    installation prefix of the X Window System.  First, correct several
     105    hard coded directories in the source files with the following
    106106    commands:</para>
    107107
     
    118118
    119119    <para>Now, as the <systemitem class="username">root</systemitem> user,
    120     issue the following commands to install 
     120    issue the following commands to install
    121121    <application>MesaLib</application>:</para>
    122122
    123123<screen role="root"><userinput>bin/installmesa $XORG_PREFIX</userinput></screen>
    124124
    125     <para>While still the root user, install the modules for 
     125    <para>While still the root user, install the modules for
    126126    Xorg-&xorg7-version; with the following commands.</para>
    127127
     
    142142
    143143    <note>
    144       <para>Do not remove the Mesa source tree yet, it will be required to 
     144      <para>Do not remove the Mesa source tree yet, it will be required to
    145145      build the <xref linkend="xorg7-server"/>.</para>
    146146    </note>
     
    159159    <title>Command Explanations</title>
    160160
    161     <para><command>find...sed -i 
    162     "s@/usr/X11R6@$XORG_PREFIX@"...</command>: 
     161    <para><command>find...sed -i
     162    "s@/usr/X11R6@$XORG_PREFIX@"...</command>:
    163163    This command corrects several hard coded references to the X11R6 default
    164164    installation path.</para>
     
    173173
    174174    <para><command>install -v -m755 lib/*dri*
    175     $XORG_PREFIX/lib/X11/modules/dri</command>: 
     175    $XORG_PREFIX/lib/X11/modules/dri</command>:
    176176    installs the DRI modules.</para>
    177177
     
    182182    the glxinfo and glxgears programs.</para>
    183183
    184     <para><command>install -v -m755 glxinfo glxgears 
     184    <para><command>install -v -m755 glxinfo glxgears
    185185    $XORG_PREFIX/bin</command>:
    186186    Installs only the glxinfo and glxgears programs.</para>
  • x/installing/x7app.xml

    r04c940c3 rc23b62b  
    6969
    7070  <bridgehead renderas="sect4">Recommended</bridgehead>
    71   <para><xref linkend="mesalib"/></para>
     71  <para role="recommended"><xref linkend="mesalib"/></para>
    7272
    7373  <para condition="html" role="usernotes">User Notes:
  • x/installing/x7driver.xml

    r04c940c3 rc23b62b  
    6868
    6969  <bridgehead renderas="sect4">Optional</bridgehead>
    70   <para><xref linkend="mesalib"/></para>
     70  <para role="optional"><xref linkend="mesalib"/></para>
    7171
    7272  <para condition="html" role="usernotes">User Notes:
  • x/installing/x7server.xml

    r04c940c3 rc23b62b  
    6969
    7070  <bridgehead renderas="sect4">Optional</bridgehead>
    71   <para><xref linkend="mesalib"/> and
     71  <para role="optional"><xref linkend="mesalib"/> and
    7272  <xref linkend="luit"/></para>
    7373
     
    8686
    8787<!-- To be removed if/when proposed glibc patch is added to LFS SVN
    88      Leave in in for a couple of weeks with 'you may need' and a testcase 
     88     Leave in in for a couple of weeks with 'you may need' and a testcase
    8989     around it to save the support list silly questions.  Should remove in
    90      a couple of weeks 
     90     a couple of weeks
    9191      <para>Recent <application>Glibc</application> may have a problem with its
    92       installed <filename>sys/kd.h</filename> file. This has recently been 
    93       fixed in LFS SVN.  Execute the following commands to work around a 
    94       broken <filename>kd.h</filename> file.  The commands will only make the 
     92      installed <filename>sys/kd.h</filename> file. This has recently been
     93      fixed in LFS SVN.  Execute the following commands to work around a
     94      broken <filename>kd.h</filename> file.  The commands will only make the
    9595      modification if needed:</para>
    9696
     
    130130
    131131    <para><command>sed -i '...' GL/glx/Makefile.in</command>: These commands
    132     correct the search path for the <application>Mesa</application> headers. 
     132    correct the search path for the <application>Mesa</application> headers.
    133133    The 8th and 7th instance of '-I$(top_builddir)' in the existing search
    134134    search path are replaced with <application>Mesa</application> paths.</para>
     
    136136    <para><parameter>--with-mesa-source=...</parameter>: This switch directs
    137137    the build system to the location of the <application>Mesa</application>
    138     source directory.  If you wish to build without 
     138    source directory.  If you wish to build without
    139139    <application>Mesa</application>, omit this switch.</para>
    140140
    141     <para><parameter>--with-module-dir=...</parameter>:  This parameter 
     141    <para><parameter>--with-module-dir=...</parameter>:  This parameter
    142142    sets the destination for the installed modules.</para>
    143143
     
    146146
    147147    <para><parameter>--enable-install-setuid</parameter>: The Xorg binary must
    148     run as the root user.  This switch ensures that the binary is installed 
     148    run as the root user.  This switch ensures that the binary is installed
    149149    setuid when <command>make</command> is run by an unprivileged user.</para>
    150150
    151151    <para><parameter>--disable-glx</parameter>: Disable building of the GLX
    152     extension.  This parameter is required if building without 
     152    extension.  This parameter is required if building without
    153153    <application>Mesa</application>.</para>
    154154
     
    158158
    159159    <para><parameter>--disable-xprint</parameter>: Disable building of
    160     the <application>Xprint</application>  extension and server.  This 
    161     parameter is required if building without 
     160    the <application>Xprint</application>  extension and server.  This
     161    parameter is required if building without
    162162    <application>Mesa</application>.</para>
    163163
  • x/installing/xbitmaps.xml

    r04c940c3 rc23b62b  
    3737  </indexterm>
    3838
    39   <para>Xbitmaps provides static graphics needed by Xorg applications to 
     39  <para>Xbitmaps provides static graphics needed by Xorg applications to
    4040  draw screen elements.</para>
    4141
     
    6565
    6666  <bridgehead renderas="sect4">Required</bridgehead>
    67   <para><xref linkend="xorg7-util"/></para>
     67  <para role="required"><xref linkend="xorg7-util"/></para>
    6868
    6969  <para condition="html" role="usernotes">User Notes:
  • x/installing/xterm.xml

    r04c940c3 rc23b62b  
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para><xref linkend="xorg7-server"/> and
     64    <para role="required"><xref linkend="xorg7-server"/> and
    6565    <xref linkend="pkgconfig"/></para>
    6666
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para><xref linkend="luit"/></para>
     68    <para role="optional"><xref linkend="luit"/></para>
    6969
    7070    <para condition="html" role="usernotes">User Notes:
     
    8585    <para>This package does not come with a test suite.</para>
    8686
    87     <para>Now, as the <systemitem class="username">root</systemitem> 
     87    <para>Now, as the <systemitem class="username">root</systemitem>
    8888    user:</para>
    8989
     
    9797
    9898    <para><parameter>--with-app-defaults=...</parameter>: Sets the location
    99     for the <filename class="directory">app-defaults</filename> 
     99    for the <filename class="directory">app-defaults</filename>
    100100    directory.</para>
    101101
Note: See TracChangeset for help on using the changeset viewer.