Changeset 3a73354f for x/lib


Ignore:
Timestamp:
05/18/2006 06:55:41 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
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:
eaf9ab0
Parents:
1df7be9
Message:

Added additional commands to the LessTif instructions to accomodate an X Window System installation in /usr

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r1df7be9 r3a73354f  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY lesstif-download-http "http://prdownloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
     
    10593make rootdir=/usr/share/doc/lesstif-&lesstif-version;</userinput></screen>
    10694
     95    <para>This package requires that it be installed before the test suite is
     96    run. The commands to run the tests are located a bit later in the
     97    instructions.</para>
     98
    10799    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    108100
    109 <screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install &amp;&amp;
    110 mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &amp;&amp;
     101<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install</userinput></screen>
     102
     103    <para>If your X Window System is <application>XFree86</application> or
     104    <application>Xorg-6.9</application> issue the following commands:</para>
     105
     106<screen role="root"><userinput>mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &amp;&amp;
    111107ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11 &amp;&amp;
    112108ldconfig</userinput></screen>
    113109
     110    <para>If your X Window System is <application>Xorg-7.x</application>
     111    issue these commands instead:</para>
     112
     113<screen role="root"><userinput>mv -v /usr/lib/X11/mwm /etc/X11 &amp;&amp;
     114ln -v -s ../../../etc/X11/mwm /usr/lib/X11 &amp;&amp;
     115ldconfig</userinput></screen>
     116
    114117  </sect2>
    115118
    116119  <sect2 role="commands">
    117120    <title>Command Explanations</title>
    118 
    119 <!-- Disabled these parameters as they are the default
    120 <para><parameter>-enable-build-21</parameter>: Build the
    121 <application>Motif</application> 2.1 compatible version of the
    122 <application>LessTif</application> libraries.</para>
    123 
    124 <para><parameter>-disable-build-tests</parameter>: Do not build the
    125 <filename class="directory">test/</filename> tree (see Testing
    126 <application>LessTif</application>).</para>
    127  -->
    128121
    129122    <para><parameter>--disable-debug</parameter>: Do not generate debugging
Note: See TracChangeset for help on using the changeset viewer.