source: x/lib/lesstif.xml@ d2e36ba

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 d2e36ba was d2e36ba, checked in by Igor Živković <igor@…>, 19 years ago

Downgraded to LessTif-0.93.95b due to segmentation faults.

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