Changeset 721f994b for x/lib


Ignore:
Timestamp:
07/31/2004 05:31:23 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
7d8442f1
Parents:
6ea7ff9
Message:

Added Lynx as an optional dependency and added command descriptions to LessTif; added patch to iptables to fix a build problem; updated Glossary

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/lesstif.xml

    r6ea7ff9 r721f994b  
    3232<sect4><title>Required</title>
    3333<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
     34<sect4><title>Optional</title>
     35<para><xref linkend="lynx"/></para></sect4>
    3436</sect3>
    3537
     
    3941<title>Installation of <application>LessTif</application></title>
    4042
    41 <para>Install <application>LessTif</application> by running the following commands:</para>
     43<para>Install <application>LessTif</application> by running the following
     44commands:</para>
    4245
    4346<screen><userinput><command>find -name Makefile.in | \
     
    5962
    6063<para><option>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</option>:
    61 This moves the location of the non-FHS compliant <filename class="directory">/usr/LessTif</filename>
    62 directory to <filename class="directory">/usr/share/LessTif</filename>.</para>
     64This moves the location of the non-FHS compliant
     65<filename class="directory">/usr/LessTif</filename> directory to
     66<filename class="directory">/usr/share/LessTif</filename>.</para>
    6367
    6468<para><option>--enable-build-20</option>: Build the
     
    7074<application>Motif</application> 2.1 compatible versions.</para>
    7175
    72 <para><option>--disable-debug</option>: Do not generate debugging information.</para>
     76<para><option>--disable-debug</option>: Do not generate debugging information.
     77</para>
    7378
    7479<para><option>--enable-production</option>: Build the release version
     
    97102<sect2><title>Testing <application>LessTif</application></title>
    98103<para>It is advisable to test the installation of
    99 <application>LessTif</application> with the
    100 test suite located in
    101 <filename class="directory">lesstif-&lesstif-version;/test</filename>.  It is not
    102 required to install any of the resulting binaries to validate the
     104<application>LessTif</application> with the test suite located in
     105<filename class="directory">lesstif-&lesstif-version;/test</filename>. It is
     106not required to install any of the resulting binaries to validate the
    103107installation. The following commands executed from the source
    104108directory will suffice:</para>
     
    114118
    115119<para>The <application>LessTif</application> package contains
     120<command>mxmkmf</command>, <command>mwm</command>,
     121<command>xmbind</command>, <command>uil</command> and
    116122<application>LessTif</application> libraries.</para>
    117123
     
    120126<sect2><title>Description</title>
    121127
     128<sect3><title>mxmkmf</title>
     129<para><command>mxmkmf</command> is the <application>LessTif</application>
     130version of <command>xmkmf</command> which creates a
     131<filename>Makefile</filename> from an <filename>Imakefile</filename></para>
     132</sect3>
     133
     134<sect3><title>mwm</title>
     135<para><command>mwm</command> is a window manager that adheres largely to the
     136<application>Motif</application> <command>mwm</command> specification.</para>
     137</sect3>
     138
     139<sect3><title>xmbind</title>
     140<para><command>xmbind</command> configures the virtual key bindings of
     141<application>LessTif</application> applications</para>
     142</sect3>
     143
     144<sect3><title>uil</title>
     145<para><command>uil</command> is a user interface language compiler which
     146translates a plain text description of the user interface of a
     147<application>Motif</application> application into a machine-readable form.
     148</para>
     149</sect3>
     150
    122151<sect3><title>lesstif libraries</title>
    123152<para><application>LessTif</application> libraries are an
    124 <application>OSF/Motif(R)</application> source code compatible
    125 library for the <application>X</application> Window System.</para></sect3>
    126 
     153<application><acronym>OSF</acronym>/Motif(R)</application> source code
     154compatible library for the <application>X</application> Window System.</para>
     155</sect3>
    127156
    128157</sect2>
Note: See TracChangeset for help on using the changeset viewer.