source: x/lib/lesstif.xml@ a0f03b0

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
Last change on this file since a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lesstif-download-http "http://prdownloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
8 <!ENTITY lesstif-size "3.4 MB">
9 <!ENTITY lesstif-buildsize "40 MB">
10 <!ENTITY lesstif-time "2.73 SBU">
11]>
12
13<sect1 id="lesstif" xreflabel="LessTif-&lesstif-version;">
14<sect1info>
15<othername>$LastChangedBy: $</othername>
16<date>$Date: $</date>
17</sect1info>
18<?dbhtml filename="lesstif.html" ?>
19<title>LessTif-&lesstif-version;</title>
20
21<sect2>
22<title>Introduction to <application>LessTif</application></title>
23
24<para>The <application>LessTif</application> package contains an Open
25Source version of <application>OSF/Motif(R)</application>.</para>
26
27<sect3><title>Package information</title>
28<itemizedlist spacing='compact'>
29<listitem><para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para></listitem>
30<listitem><para>Download size: &lesstif-size;</para></listitem>
31<listitem><para>Estimated Disk space required: &lesstif-buildsize;</para></listitem>
32<listitem><para>Estimated build time: &lesstif-time;</para></listitem></itemizedlist>
33</sect3>
34
35<sect3><title><application>LessTif</application> dependencies</title>
36<sect4><title>Required</title>
37<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
38<sect4><title>Optional</title>
39<para><xref linkend="lynx"/></para></sect4>
40</sect3>
41
42</sect2>
43
44<sect2>
45<title>Installation of <application>LessTif</application></title>
46
47<para>Install <application>LessTif</application> by running the following
48commands:</para>
49
50<screen><userinput><command>find -name Makefile.in | \
51 xargs sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g' &amp;&amp;
52./configure --prefix=/usr \
53 --enable-build-20 \
54 --enable-build-21 \
55 --disable-debug \
56 --enable-production \
57 --disable-build-tests \
58 --with-xdnd &amp;&amp;
59make &amp;&amp;
60make install</command></userinput></screen>
61
62</sect2>
63
64<sect2>
65<title>Command explanations</title>
66
67<para><option>sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g'</option>:
68This moves the location of the non-FHS compliant
69<filename class="directory">/usr/LessTif</filename> directory to
70<filename class="directory">/usr/share/LessTif</filename>.</para>
71
72<para><option>--enable-build-20</option>: Build the
73<application>Motif</application> 2.0 compatible version of the
74<application>LessTif</application> libraries.</para>
75
76<para>
77<option>--enable-build-21</option>: Also build the
78<application>Motif</application> 2.1 compatible versions.</para>
79
80<para><option>--disable-debug</option>: Do not generate debugging information.
81</para>
82
83<para><option>--enable-production</option>: Build the release version
84of the <application>LessTif</application> libraries.</para>
85
86<para><option>--disable-build-tests</option>: Do not build the
87<filename class="directory">test/</filename> tree (see Testing
88<application>LessTif</application>).</para>
89
90<para><option>--with-xdnd</option>: Enable <acronym>XDND</acronym>
91GNOME compatibility support.</para>
92
93</sect2>
94
95<sect2>
96<title>Configuring <application>LessTif</application></title>
97
98<sect3><title>Configuration Information</title>
99
100<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
101
102</sect3>
103
104</sect2>
105
106<sect2><title>Testing <application>LessTif</application></title>
107<para>It is advisable to test the installation of
108<application>LessTif</application> with the test suite located in
109<filename class="directory">lesstif-&lesstif-version;/test</filename>. It is
110not required to install any of the resulting binaries to validate the
111installation. The following commands executed from the source
112directory will suffice:</para>
113
114<screen><userinput><command>cd test &amp;&amp;
115./configure &amp;&amp;
116make</command></userinput></screen>
117
118</sect2>
119
120<sect2>
121<title>Contents</title>
122
123<para>The <application>LessTif</application> package contains
124<command>mxmkmf</command>, <command>mwm</command>,
125<command>xmbind</command>, <command>uil</command> and
126<application>LessTif</application> libraries.</para>
127
128</sect2>
129
130<sect2><title>Description</title>
131
132<sect3><title>mxmkmf</title>
133<para><command>mxmkmf</command> is the <application>LessTif</application>
134version of <command>xmkmf</command> which creates a
135<filename>Makefile</filename> from an <filename>Imakefile</filename></para>
136</sect3>
137
138<sect3><title>mwm</title>
139<para><command>mwm</command> is a window manager that adheres largely to the
140<application>Motif</application> <command>mwm</command> specification.</para>
141</sect3>
142
143<sect3><title>xmbind</title>
144<para><command>xmbind</command> configures the virtual key bindings of
145<application>LessTif</application> applications</para>
146</sect3>
147
148<sect3><title>uil</title>
149<para><command>uil</command> is a user interface language compiler which
150translates a plain text description of the user interface of a
151<application>Motif</application> application into a machine-readable form.
152</para>
153</sect3>
154
155<sect3><title>lesstif libraries</title>
156<para><application>LessTif</application> libraries are an
157<application><acronym>OSF</acronym>/Motif(R)</application> source code
158compatible library for the <application>X</application> Window System.</para>
159</sect3>
160
161</sect2>
162
163</sect1>
164
Note: See TracBrowser for help on using the repository browser.