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
This commit is contained in:
Randy McMurchy 2006-05-18 18:55:41 +00:00
parent 1df7be9a8a
commit 3a73354fff
2 changed files with 22 additions and 25 deletions

View File

@ -45,7 +45,11 @@
<para>May 18th, 2006</para>
<itemizedlist>
<listitem>
<para>[dj] - Corrected nas bootscript after installation.</para>
<para>[randy] - Added additional commands to the LessTif instructions
to accomodate an X Window System installation in /usr.</para>
</listitem>
<listitem>
<para>[dj] - Corrected NAS bootscript after installation.</para>
</listitem>
<listitem>
<para>[dj] - Standardized Xorg7 PREFIX commands using

View File

@ -4,18 +4,6 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Inserted as a reminder to do this. The mention of a test suite
is usually right before the root user installation commands. Please
delete these 12 (including one blank) lines after you are done.-->
<!-- Use one of the two mentions below about a test suite,
delete the line that is not applicable. Of course, if the
test suite uses syntax other than "make check", revise the
line to reflect the actual syntax to run the test suite -->
<!-- <para>This package does not come with a test suite.</para> -->
<!-- <para>To test the results, issue: <command>make check</command>.</para> -->
<!ENTITY lesstif-download-http "http://prdownloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
<!ENTITY lesstif-download-ftp " ">
<!ENTITY lesstif-md5sum "3096ca456c0bc299d895974d307c82d8">
@ -104,11 +92,26 @@
--enable-production --with-xdnd &amp;&amp;
make rootdir=/usr/share/doc/lesstif-&lesstif-version;</userinput></screen>
<para>This package requires that it be installed before the test suite is
run. The commands to run the tests are located a bit later in the
instructions.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install &amp;&amp;
mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &amp;&amp;
<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install</userinput></screen>
<para>If your X Window System is <application>XFree86</application> or
<application>Xorg-6.9</application> issue the following commands:</para>
<screen role="root"><userinput>mv -v /usr/X11R6/lib/X11/mwm /etc/X11 &amp;&amp;
ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11 &amp;&amp;
ldconfig</userinput></screen>
<para>If your X Window System is <application>Xorg-7.x</application>
issue these commands instead:</para>
<screen role="root"><userinput>mv -v /usr/lib/X11/mwm /etc/X11 &amp;&amp;
ln -v -s ../../../etc/X11/mwm /usr/lib/X11 &amp;&amp;
ldconfig</userinput></screen>
</sect2>
@ -116,16 +119,6 @@ ldconfig</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<!-- Disabled these parameters as they are the default
<para><parameter>-enable-build-21</parameter>: Build the
<application>Motif</application> 2.1 compatible version of the
<application>LessTif</application> libraries.</para>
<para><parameter>-disable-build-tests</parameter>: Do not build the
<filename class="directory">test/</filename> tree (see Testing
<application>LessTif</application>).</para>
-->
<para><parameter>--disable-debug</parameter>: Do not generate debugging
information.</para>