source: x/lib/lesstif.xml@ 86af98a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 86af98a was 86af98a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated trunk sources to use DocBook DTD XML 4.4

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

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