Changeset 2128523 for x/installing


Ignore:
Timestamp:
05/17/2006 06:26:27 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:
198c2cf
Parents:
f060df7
Message:

moved all xorg7 related packages to same section.

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

Location:
x/installing
Files:
2 edited
4 moved

Legend:

Unmodified
Added
Removed
  • x/installing/installing.xml

    rf060df7 r2128523  
    4343  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7util.xml"/>
    4444  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7lib.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libdrm.xml"/>
     46  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mesalib.xml"/>
    4547  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xbitmaps.xml"/>
    4648  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7app.xml"/>
     
    5052  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7server.xml"/>
    5153  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x7driver.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xterm.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rman.xml"/>
    5256  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xconfig-dummy.xml"/>
    5357  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x-setup.xml"/>
  • x/installing/mesalib.xml

    rf060df7 r2128523  
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    6767    <para><xref linkend="xorg7-lib"/>,
    68     <xref linkend="xorg7-util"/>,
    69     <xref linkend="libdrm"/>, and
    70     <xref linkend="pkgconfig"/></para>
     68    <xref linkend="xorg7-util"/>, and
     69    <xref linkend="libdrm"/></para>
    7170
    7271    <note>
  • x/installing/x7util.xml

    rf060df7 r2128523  
    112112<screen><userinput role="root">make install</userinput></screen>
    113113
    114     <para>Finally, build the three remaining packages with the standard build
     114    <para>Finally, build the four remaining packages with the standard build
    115115    commands:</para>
    116116
  • x/installing/xterm.xml

    rf060df7 r2128523  
    7676    <title>Installation of xterm</title>
    7777
    78     <para>Since xterm is no longer a part of the <application>Xorg</application>
    79     distribution, it is no longer necessary to install into the same prefix as
    80     <application>Xorg</application>.  Correct the PROJECTROOT variable with
    81     the following command:</para>
     78    <para>Correct the PROJECTROOT variable with the following command:</para>
    8279
    83 <screen><userinput>sed -i 's@/usr/X11R6@/usr@' main.h</userinput></screen>
     80<screen><userinput>sed -i 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@' main.h</userinput></screen>
    8481
    8582    <para>Install <application>xterm</application> by running the
    8683    following commands:</para>
    8784
    88 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
    89     --localstatedir=/var &amp;&amp;
     85<screen><userinput>./configure --prefix=<replaceable>&lt;PREFIX&gt;</replaceable> --sysconfdir=/etc \
     86    --localstatedir=/var --enable-luit --with-wide-chars &amp;&amp;
    9087make</userinput></screen>
    9188
     
    108105    characters.</para>
    109106
    110     <para><command>sed -i 's@/usr/X11R6@/usr@' main.h</command>: This command
    111     corrects the PROJECTROOT definition for an installation prefix of
    112     <filename class="directory">/usr</filename>.</para>
     107    <para><command>sed -i 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@' main.h</command>: This command
     108    corrects the PROJECTROOT definition to match that of the installed X Window
     109    System.</para>
    113110
    114111    <para><command>make install-ti</command>: This command installs corrected
     
    124121    definitions to the user's <filename>~/.Xresources</filename> file, or
    125122    add them to the system-wide
    126     <filename>/usr/lib/X11/app-defaults/Xterm</filename> file.</para>
     123    <filename><replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/Xterm</filename> file.</para>
    127124
    128125    <para>In order for xterm to follow the locale settings in the environment
     
    130127    <systemitem class="username">root</systemitem> user:</para>
    131128
    132 <screen role="root"><userinput>cat &gt;&gt; /usr/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
     129<screen role="root"><userinput>cat &gt;&gt; <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
    133130*VT100*locale: true
    134131*VT100*faceName: Monospace
Note: See TracChangeset for help on using the changeset viewer.