Changeset 6291d0e for x/installing


Ignore:
Timestamp:
05/18/2006 05:36:34 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:
6e37e84
Parents:
ad54ac8
Message:

added sed back to luit for path, xorg7 related textual changes, and fixed nas path in nas bootscript

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

Location:
x/installing
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libdrm.xml

    rad54ac8 r6291d0e  
    7272
    7373<screen><userinput>autoreconf &amp;&amp;
    74 ./configure --prefix=/usr &amp;&amp;
     74./configure --prefix=$XORG_PREFIX &amp;&amp;
    7575make</userinput></screen>
    7676
  • x/installing/luit.xml

    rad54ac8 r6291d0e  
    7878    <ulink url="&patch-root;/luit-&luit-version;-race-1.patch"/>.</para>
    7979
     80    <para>The <application>luit</application> package
     81    needs a correction to fix a hard coded path.  Execute the
     82    following command to fix the broken path:</para>
     83
     84<screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" parser.h</userinput></screen>
     85
    8086    <para>Install luit with the following commands:</para>
    8187
  • x/installing/mesalib.xml

    rad54ac8 r6291d0e  
    106106    commands:</para>
    107107
    108 <screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@<replaceable>&lt;PREFIX&gt;</replaceable>@g' {} \; &amp;&amp;
     108<screen><userinput>find . -type f -exec sed -i "s@/usr/X11R6@$XORG_PREFIX@g" {} \; &amp;&amp;
    109109sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
    110110
     
    120120    <application>MesaLib</application>:</para>
    121121
    122 <screen role="root"><userinput>bin/installmesa <replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
     122<screen role="root"><userinput>bin/installmesa $XORG_PREFIX</userinput></screen>
    123123
    124124    <para>While still the root user, install the modules for
    125125    Xorg-&xorg7-version; with the following commands.</para>
    126126
    127 <screen role="root"><userinput>mkdir -v -p <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri &amp;&amp;
    128 install -v -m755 lib/*dri* <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri</userinput></screen>
     127<screen role="root"><userinput>mkdir -v -p $XORG_PREFIX/lib/X11/modules/dri &amp;&amp;
     128install -v -m755 lib/*dri* $XORG_PREFIX/lib/X11/modules/dri</userinput></screen>
    129129
    130130    <para>If you've extracted the Demos package as well, then
     
    138138    <systemitem class="username">root</systemitem> user:</para>
    139139
    140 <screen role="root"><userinput>install -v -m755 glxinfo glxgears <replaceable>&lt;PREFIX&gt;</replaceable>/bin</userinput></screen>
     140<screen role="root"><userinput>install -v -m755 glxinfo glxgears $XORG_PREFIX/bin</userinput></screen>
    141141
    142142    <note>
     
    151151    <systemitem class="username">root</systemitem> user:</para>
    152152
    153 <screen><userinput role="root">ln -s -v <replaceable>&lt;PREFIX&gt;</replaceable>/include/GL /usr/include</userinput></screen>
     153<screen><userinput role="root">ln -s -v $XORG_PREFIX/include/GL /usr/include</userinput></screen>
    154154
    155155  </sect2>
     
    159159
    160160    <para><command>find...sed -i
    161     's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@'...</command>:
     161    "s@/usr/X11R6@$XORG_PREFIX@"...</command>:
    162162    This command corrects several hard coded references to the X11R6 default
    163163    installation path.</para>
     
    172172
    173173    <para><command>install -v -m755 lib/*dri*
    174     <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/modules/dri</command>:
     174    $XORG_PREFIX/lib/X11/modules/dri</command>:
    175175    installs the DRI modules.</para>
    176176
     
    182182
    183183    <para><command>install -v -m755 glxinfo glxgears
    184     <replaceable>&lt;PREFIX&gt;</replaceable>/bin</command>:
     184    $XORG_PREFIX/bin</command>:
    185185    Installs only the glxinfo and glxgears programs.</para>
    186186
  • x/installing/rman.xml

    rad54ac8 r6291d0e  
    7373    the makefile to account for this:</para>
    7474
    75 <screen><userinput>sed -i -e 's@/opt/local@<replaceable>&lt;PREFIX&gt;</replaceable>@' \
    76     -e 's@/usr/local@<replaceable>&lt;PREFIX&gt;</replaceable>@' Makefile</userinput></screen>
     75<screen><userinput>sed -i -e "s@/opt/local@$XORG_PREFIX@" \
     76    -e "s@/usr/local@$XORG_PREFIX@" Makefile</userinput></screen>
    7777
    7878    <para>Build <application>rman</application> by running the
  • x/installing/xterm.xml

    rad54ac8 r6291d0e  
    7878    <para>Correct the PROJECTROOT variable with the following command:</para>
    7979
    80 <screen><userinput>sed -i 's@/usr/X11R6@/<replaceable>&lt;PREFIX&gt;</replaceable>@' main.h</userinput></screen>
     80<screen><userinput>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</userinput></screen>
    8181
    8282    <para>Install <application>xterm</application> by running the
    8383    following commands:</para>
    8484
    85 <screen><userinput>./configure --prefix=<replaceable>&lt;PREFIX&gt;</replaceable> --sysconfdir=/etc \
    86     --localstatedir=/var --enable-luit --with-wide-chars &amp;&amp;
     85<screen><userinput>./configure $XORG_CONFIG \
     86    --enable-luit --with-wide-chars &amp;&amp;
    8787make</userinput></screen>
    8888
    8989    <para>This package does not come with a test suite.</para>
    9090
    91     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     91    <para>Now, as the <systemitem class="username">root</systemitem>
     92    user:</para>
    9293
    9394<screen role="root"><userinput>make install &amp;&amp;
     
    105106    characters.</para>
    106107
    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>
     108    <para><command>sed -i "s@/usr/X11R6@$XORG_PREFIX@" main.h</command>: This
     109    command corrects the PROJECTROOT definition to match that of the installed
     110    X Window System.</para>
    110111
    111112    <para><command>make install-ti</command>: This command installs corrected
     
    121122    definitions to the user's <filename>~/.Xresources</filename> file, or
    122123    add them to the system-wide
    123     <filename><replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/Xterm</filename> file.</para>
     124    <filename>$XORG_PREFIX/lib/X11/app-defaults/Xterm</filename> file.</para>
    124125
    125126    <para>In order for xterm to follow the locale settings in the environment
     
    127128    <systemitem class="username">root</systemitem> user:</para>
    128129
    129 <screen role="root"><userinput>cat &gt;&gt; <replaceable>&lt;PREFIX&gt;</replaceable>/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
     130<screen role="root"><userinput>cat &gt;&gt; $XORG_PREFIX/lib/X11/app-defaults/XTerm &lt;&lt; "EOF"
    130131*VT100*locale: true
    131132*VT100*faceName: Monospace
Note: See TracChangeset for help on using the changeset viewer.