source: x/lib/lesstif.xml@ d101924b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 d101924b was d101924b, checked in by DJ Lucas <dj@…>, 16 years ago

Corrected lesstif and rxvt unicode instructions forr /etc/X11 symlinks

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

  • Property mode set to 100644
File size: 11.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lesstif-download-http "http://downloads.sourceforge.net/lesstif/lesstif-&lesstif-version;.tar.bz2">
8 <!ENTITY lesstif-download-ftp " ">
9 <!ENTITY lesstif-md5sum "ab895165c149d7f95843c7584b1c7ad4">
10 <!ENTITY lesstif-size "2.4 MB">
11 <!ENTITY lesstif-buildsize "160 MB (includes building and running the test suite)">
12 <!ENTITY lesstif-time "4.1 SBU (includes building the test suite)">
13]>
14
15<sect1 id="lesstif" xreflabel="LessTif-&lesstif-version;">
16 <?dbhtml filename="lesstif.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>LessTif-&lesstif-version;</title>
24
25 <indexterm zone="lesstif">
26 <primary sortas="a-LessTif">LessTif</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to LessTif</title>
31
32 <para>The <application>LessTif</application> package contains an Open
33 Source version of <application>OSF/Motif®</application>.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&lesstif-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&lesstif-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &lesstif-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &lesstif-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &lesstif-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &lesstif-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
58 <itemizedlist spacing='compact'>
59 <listitem>
60 <para>Required patch: <ulink
61 url="&patch-root;/lesstif-&lesstif-version;-testsuite_fix-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">LessTif Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="x-window-system"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="lynx"/> or <xref linkend="Links"/>
72 (used to generate the <filename>INSTALL</filename> documentation file) and
73 <ulink url="http://dmalloc.com">Dmalloc</ulink></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/lesstif"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of LessTif</title>
82
83 <para>Install <application>LessTif</application> by running the following
84 commands:</para>
85
86<screen><userinput>sed -i -e '/ShellP/d' \
87 -e '/XMLIBEXPORT extern Cardinal/i#include &lt;X11/ShellP.h&gt;\n' \
88 include/Motif-2.1/Xm/VendorSP.h &amp;&amp;
89
90patch -Np1 -i ../lesstif-&lesstif-version;-testsuite_fix-1.patch &amp;&amp;
91./configure --prefix=/usr \
92 --disable-debug \
93 --enable-production \
94 --with-xdnd &amp;&amp;
95make rootdir=/usr/share/doc/lesstif-&lesstif-version;</userinput></screen>
96
97 <para>This package requires that it is installed before the test suite is
98 run. The commands to run the tests are located a bit later in the
99 instructions.</para>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make rootdir=/usr/share/doc/lesstif-&lesstif-version; install &amp;&amp;
104ldconfig</userinput></screen>
105
106 <para>You will need to change the <application>X</application> prefix in
107 the commands below if your X Window System is installed anywhere other than
108 <filename class='directory'>/usr/X11R6</filename>.</para>
109
110<screen role="root"><userinput>mv -v <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm /etc/X11 &amp;&amp;
111ln -v -s /etc/X11/mwm <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><command>sed -i -e '...'
119 -e '...' include/Motif-2.1/Xm/VendorSP.h</command>:
120 This command moves one line in the header file to avoid C++ compilation
121 problems.</para>
122
123 <para><parameter>--disable-debug</parameter>: Do not generate debugging
124 information.</para>
125
126 <para><parameter>--enable-production</parameter>: Build the release version
127 of the <application>LessTif</application> libraries.</para>
128
129 <para><parameter>--with-xdnd</parameter>: Enable XDND GNOME compatibility
130 support.</para>
131
132 <para><parameter>rootdir=/usr/share/doc/lesstif-&lesstif-version;</parameter>:
133 This installs the documentation into an appropriate directory instead of the
134 non-FHS compliant <filename class="directory">/usr/LessTif</filename>
135 directory.</para>
136
137 <para><command>mv -v <replaceable>&lt;/usr/X11R6&gt;</replaceable>/lib/X11/mwm
138 /etc/X11</command>:
139 The FHS requires that configuration files exist only in the
140 <filename class="directory">/etc/X11</filename> directory. The
141 configuration directory (<filename class="directory">mwm</filename>)
142 is moved, and a symlink is created at the original location.</para>
143
144 </sect2>
145
146 <sect2 role="testing">
147 <title>Testing LessTif</title>
148
149 <para>It is advisable to test the installation of
150 <application>LessTif</application> using the included test suite. It is
151 not required to install any of the resulting binaries to validate the
152 installation. Issue the following commands to build the test suite:</para>
153
154<screen><userinput>cd test &amp;&amp;
155./configure &amp;&amp;
156make</userinput></screen>
157
158 <para>To run the tests, issue the following commands:</para>
159
160<screen><userinput>cd Xm &amp;&amp;
161./testall *</userinput></screen>
162
163 <para>You may need to manually close four of the test windows. The first
164 one is from <command>test28</command> in the
165 <filename class='directory'>list</filename> directory. The second one is
166 from <command>test10</command> in the
167 <filename class='directory'>menushell</filename> directory. You should
168 click on the button in the window and choose <quote>exit</quote> (do it
169 twice) to finish the test. The third test is from <command>test20</command>
170 in the <filename class='directory'>PushButton</filename> and the last one
171 is from <command>test24</command> in the
172 <filename class='directory'>scrolledwindow</filename> directory.</para>
173
174 <para>As many as 101 tests are known to fail. The patch applied at the
175 beginning of the installation created a file used to compare known failures
176 to the failures from the test run. This file was created from an
177 installation using the current LFS book and should be a fairly accurate
178 representation of the failures you'll encounter. You could see some minor
179 variances, however.</para>
180
181 </sect2>
182
183 <sect2 role="configuration">
184 <title>Configuring LessTif</title>
185
186 <sect3 id="lesstif-config">
187 <title>Config Files</title>
188
189 <para><filename>/etc/X11/mwm/system.mwmrc</filename> and
190 <filename>~/.mwmrc</filename></para>
191
192 <indexterm zone="lesstif lesstif-config">
193 <primary sortas="e-AA.mwmrc">~/.mwmrc</primary>
194 </indexterm>
195
196 <indexterm zone="lesstif lesstif-config">
197 <primary
198 sortas="e-etc-X11-mwm-system.mwmrc">/etc/X11/mwm/system.mwmrc</primary>
199 </indexterm>
200
201 </sect3>
202
203 <sect3>
204 <title>Configuration Information</title>
205
206 <para>The config files are used to customize the behavior of the
207 <command>mwm</command> window manager. Information about customizing
208 these files can be found in the <filename>mwmrc(5)</filename> man
209 page.</para>
210
211 </sect3>
212
213 </sect2>
214
215 <sect2 role="content">
216 <title>Contents</title>
217
218 <segmentedlist>
219 <segtitle>Installed Programs</segtitle>
220 <segtitle>Installed Libraries</segtitle>
221 <segtitle>Installed Directories</segtitle>
222
223 <seglistitem>
224 <seg>motif-config, mwm, mxmkmf, uil, and xmbind</seg>
225 <seg>libDtPrints.so, libMrm.so, libUil.so, and libXm.so</seg>
226 <seg>/etc/X11/mwm, /usr/include/Xm, /usr/include/Mrm,
227 /usr/include/uil, /usr/include/Dt, /usr/lib/LessTif, and
228 /usr/share/doc/lesstif-&lesstif-version;</seg>
229 </seglistitem>
230 </segmentedlist>
231
232 <variablelist>
233 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
234 <?dbfo list-presentation="list"?>
235 <?dbhtml list-presentation="table"?>
236
237 <varlistentry id="motif-config">
238 <term><command>motif-config</command></term>
239 <listitem>
240 <para>is used to find out configuration information for packages
241 needing to link to the <application>LessTif</application>
242 libraries.</para>
243 <indexterm zone="lesstif motif-config">
244 <primary sortas="b-motif-config">motif-config</primary>
245 </indexterm>
246 </listitem>
247 </varlistentry>
248
249 <varlistentry id="mwm">
250 <term><command>mwm</command></term>
251 <listitem>
252 <para>is a window manager that adheres largely to the
253 <application>Motif</application> <command>mwm</command>
254 specification.</para>
255 <indexterm zone="lesstif mwm">
256 <primary sortas="b-mwm">mwm</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="mxmkmf">
262 <term><command>mxmkmf</command></term>
263 <listitem>
264 <para>is the <application>LessTif</application> version of
265 <command>xmkmf</command> which creates a
266 <filename>Makefile</filename> from an
267 <filename>Imakefile</filename>.</para>
268 <indexterm zone="lesstif mxmkmf">
269 <primary sortas="b-mxmkmf">mxmkmf</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 <varlistentry id="uil">
275 <term><command>uil</command></term>
276 <listitem>
277 <para>is a user interface language compiler which translates a
278 plain text description of the user interface of a
279 <application>Motif</application> application into a
280 machine-readable form.</para>
281 <indexterm zone="lesstif uil">
282 <primary sortas="b-uil">uil</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="xmbind">
288 <term><command>xmbind</command></term>
289 <listitem>
290 <para> configures the virtual key bindings of
291 <application>LessTif</application> applications.</para>
292 <indexterm zone="lesstif xmbind">
293 <primary sortas="b-xmbind">xmbind</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="libXm">
299 <term><filename class='libraryfile'>libXm.so</filename></term>
300 <listitem>
301 <para>is an <application>OSF/Motif®</application> source code
302 compatible library for the <application>X Window
303 System</application>. You can download an excellent reference
304 guide (mainly for programmers) for the Motif-2.1 specification
305 from <ulink
306 url="http://unc.dl.sourceforge.net/lesstif/6B_book.pdf"/>.</para>
307 <indexterm zone="lesstif libXm">
308 <primary sortas="c-libXm">libXm.so</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 </variablelist>
314
315 </sect2>
316
317</sect1>
Note: See TracBrowser for help on using the repository browser.