Difference between revisions of "LessTif"
From CBLFS
Jump to navigationJump to searchLine 48: | Line 48: | ||
--libdir=/usr/lib32 --disable-debug \ | --libdir=/usr/lib32 --disable-debug \ | ||
--enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib32 && | --enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib32 && | ||
− | make rootdir=/usr/share/doc/lesstif-0.94.4 | + | make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib32 |
Install the package | Install the package | ||
− | make rootdir=/usr/share/doc/lesstif-0.94.4 install | + | make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib32 install |
=== 64Bit === | === 64Bit === | ||
Line 61: | Line 61: | ||
--libdir=/usr/lib64 --disable-debug \ | --libdir=/usr/lib64 --disable-debug \ | ||
--enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib64 && | --enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib64 && | ||
− | make rootdir=/usr/share/doc/lesstif-0.94.4 | + | make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib64 |
Install the package | Install the package | ||
− | make rootdir=/usr/share/doc/lesstif-0.94.4 install | + | make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib64 install |
Revision as of 14:58, 16 September 2006
Download Source: | http://prdownloads.sourceforge.net/lesstif/lesstif-0.94.4.tar.bz2 |
---|
Contents
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-debug \ --enable-production --with-xdnd && make rootdir=/usr/share/doc/lesstif-0.94.4
Install the package
make rootdir=/usr/share/doc/lesstif-0.94.4 install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr --disable-debug \ --enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib && make rootdir=/usr/share/doc/lesstif-0.94.4
Install the package
make rootdir=/usr/share/doc/lesstif-0.94.4 install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --libdir=/usr/lib32 --disable-debug \ --enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib32 && make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib32
Install the package
make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib32 install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr \ --libdir=/usr/lib64 --disable-debug \ --enable-production --with-xdnd --x-libraries=${XORG_PREFIX}/lib64 && make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib64
Install the package
make rootdir=/usr/share/doc/lesstif-0.94.4 libdir=/usr/lib64 install