source: x/lib/lesstif.xml@ 67f79cec

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

Updated to LessTif-0.93.96 and Xpdf-3.00pl1.

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

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