mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
a75063d4ec
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
445 B
XML
18 lines
445 B
XML
<sect2>
|
|
<title>Installation of <application>LessTif</application></title>
|
|
|
|
<para>Install <application>LessTif</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr \
|
|
--enable-build-20 \
|
|
--enable-build-21 \
|
|
--disable-debug \
|
|
--enable-production \
|
|
--disable-build-tests \
|
|
--with-xdnd &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|