Difference between revisions of "LessTif"
(→Introduction to LessTif) |
|||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://downloads.sourceforge.net/lesstif/lesstif-{{LessTif-Version}}.tar.bz2 |
|} | |} | ||
Line 23: | Line 23: | ||
Compile the package: | Compile the package: | ||
+ | sed -i -e 's:-L$L/lib:-L@libdir@:' \ | ||
+ | -e 's:-L/usr/X11R6/lib:$XL:' \ | ||
+ | scripts/motif-config.in && | ||
./configure --prefix=/usr --disable-debug \ | ./configure --prefix=/usr --disable-debug \ | ||
--enable-production --with-xdnd && | --enable-production --with-xdnd && | ||
Line 54: | Line 57: | ||
-e 's:-L/usr/X11R6/lib:$XL:' \ | -e 's:-L/usr/X11R6/lib:$XL:' \ | ||
scripts/motif-config.in && | scripts/motif-config.in && | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr --disable-debug \ | + | CC="gcc ${BUILD32}" USE_ARCH=32 \ |
− | --enable-production --with-xdnd | + | ./configure --prefix=/usr --disable-debug \ |
+ | --enable-production --with-xdnd && | ||
make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} | make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} | ||
Line 70: | Line 74: | ||
-e 's:-L/usr/X11R6/lib:$XL:' \ | -e 's:-L/usr/X11R6/lib:$XL:' \ | ||
scripts/motif-config.in && | scripts/motif-config.in && | ||
− | CC="gcc ${BUILDN32}" ./configure --prefix=/usr | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ |
− | + | ./configure --prefix=/usr --libdir=/usr/lib32 --disable-debug \ | |
− | --enable-production --with-xdnd | + | --enable-production --with-xdnd && |
make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} libdir=/usr/lib32 | make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} libdir=/usr/lib32 | ||
Line 87: | Line 91: | ||
-e 's:-L/usr/X11R6/lib:$XL:' \ | -e 's:-L/usr/X11R6/lib:$XL:' \ | ||
scripts/motif-config.in && | scripts/motif-config.in && | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr | + | CC="gcc ${BUILD64}" USE_ARCH=64 \ |
− | + | ./configure --prefix=/usr --libdir=/usr/lib64 --disable-debug \ | |
− | --enable-production --with-xdnd | + | --enable-production --with-xdnd && |
make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} libdir=/usr/lib64 | make rootdir=/usr/share/doc/lesstif-{{LessTif-Version}} libdir=/usr/lib64 | ||
Revision as of 12:10, 27 January 2007
Download Source: | http://downloads.sourceforge.net/lesstif/lesstif-0.95.2.tar.bz2 |
---|
Contents
Introduction to LessTif
<Package Description Needed>
Dependencies
Required
Optional
Non-Multilib
Compile the package:
sed -i -e 's:-L$L/lib:-L@libdir@:' \ -e 's:-L/usr/X11R6/lib:$XL:' \ scripts/motif-config.in && ./configure --prefix=/usr --disable-debug \ --enable-production --with-xdnd && make rootdir=/usr/share/doc/lesstif-0.95.2
Install the package
make rootdir=/usr/share/doc/lesstif-0.95.2 install
Command Explanations
--disable-debug: Do not generate debugging information.
--enable-production: Build the release version of the LessTif libraries.
--with-xdnd: Enable XDND GNOME compatibility support.
rootdir=/usr/share/doc/lesstif-0.95.2: This installs the documentation into an appropriate directory instead of the non-FHS compliant /usr/LessTif directory.
mv -v /usr/X11R6/lib/X11/mwm /etc/X11: The mwm configuration directory is moved to its proper FHS location in /etc/X11.
ln -v -s ../../../../etc/X11/mwm /usr/X11R6/lib/X11: A symlink required by some legacy applications is created pointing to the mwm configuration directory moved in the previous command.
Multilib
32Bit
Compile the package:
sed -i -e 's:-L$L/lib:-L@libdir@:' \ -e 's:-L/usr/X11R6/lib:$XL:' \ scripts/motif-config.in && CC="gcc ${BUILD32}" USE_ARCH=32 \ ./configure --prefix=/usr --disable-debug \ --enable-production --with-xdnd && make rootdir=/usr/share/doc/lesstif-0.95.2
Install the package
make rootdir=/usr/share/doc/lesstif-0.95.2 install && mv -v /usr/bin/motif-config{,-32}
N32
Compile the package:
sed -i -e 's:-L$L/lib:-L@libdir@:' \ -e 's:-L/usr/X11R6/lib:$XL:' \ scripts/motif-config.in && CC="gcc ${BUILDN32}" USE_ARCH=n32 \ ./configure --prefix=/usr --libdir=/usr/lib32 --disable-debug \ --enable-production --with-xdnd && make rootdir=/usr/share/doc/lesstif-0.95.2 libdir=/usr/lib32
Install the package
make rootdir=/usr/share/doc/lesstif-0.95.2 libdir=/usr/lib32 install && mv -v /usr/bin/motif-config{,-n32}
64Bit
Compile the package:
sed -i -e 's:-L$L/lib:-L@libdir@:' \ -e 's:-L/usr/X11R6/lib:$XL:' \ scripts/motif-config.in && CC="gcc ${BUILD64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 --disable-debug \ --enable-production --with-xdnd && make rootdir=/usr/share/doc/lesstif-0.95.2 libdir=/usr/lib64
Install the package
make rootdir=/usr/share/doc/lesstif-0.95.2 libdir=/usr/lib64 install && mv -v /usr/bin/motif-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/motif-config
Contents
Installed Programs: | motif-config, mwm, mxmkmf, uil, and xmbind |
---|---|
Installed Libraries: | libDtPrints.so, libMrm.so, libUil.so, and libXm.so |
Installed Directories: | /etc/X11/mwm, /usr/include/Xm, /usr/include/Mrm, /usr/include/uil, /usr/include/Dt, /usr/lib/LessTif, and /usr/share/doc/lesstif-0.95.2 |
Short Descriptions
motif-config | is used to find out configuration information for packages needing to link to the LessTif libraries. |
---|---|
mwm | is a window manager that adheres largely to the Motif mwm specification. |
mxmkmf | is the LessTif version of xmkmf which creates a Makefile from an Imakefile. |
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. |
xmbind | configures the virtual key bindings of LessTif applications. |
libXm.so | is an OSF/Motif® source code compatible library for the X Window System. You can download an excellent reference guide (mainly for programmers) for the Motif-2.1 specification from http://unc.dl.sourceforge.net/lesstif/6B_book.pdf. |