%general-entities; ]> LessTif-&lesstif-version; Introduction to <application>LessTif</application> The LessTif package contains an Open Source version of OSF/Motif(R). Package information Download (HTTP): Download size: &lesstif-size; Estimated Disk space required: &lesstif-buildsize; Estimated build time: &lesstif-time; <application>LessTif</application> dependencies Required X ( or ) Optional Installation of <application>LessTif</application> Install LessTif by running the following commands: find -name Makefile.in | \ xargs sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g' && ./configure --prefix=/usr \ --enable-build-20 \ --enable-build-21 \ --disable-debug \ --enable-production \ --disable-build-tests \ --with-xdnd && make && make install Command explanations : This moves the location of the non-FHS compliant /usr/LessTif directory to /usr/share/LessTif. : Build the Motif 2.0 compatible version of the LessTif libraries. : Also build the Motif 2.1 compatible versions. : Do not generate debugging information. : Build the release version of the LessTif libraries. : Do not build the test/ tree (see Testing LessTif). : Enable XDND GNOME compatibility support. Configuring <application>LessTif</application> Configuration Information Testing <application>LessTif</application> It is advisable to test the installation of LessTif with the test suite located in lesstif-&lesstif-version;/test. It is not required to install any of the resulting binaries to validate the installation. The following commands executed from the source directory will suffice: cd test && ./configure && make Contents The LessTif package contains mxmkmf, mwm, xmbind, uil and LessTif libraries. Description mxmkmf mxmkmf is the LessTif version of xmkmf which creates a Makefile from an Imakefile mwm mwm is a window manager that adheres largely to the Motif mwm specification. xmbind xmbind configures the virtual key bindings of LessTif applications uil uil is a user interface language compiler which translates a plain text description of the user interface of a Motif application into a machine-readable form. lesstif libraries LessTif libraries are an OSF/Motif(R) source code compatible library for the X Window System.