glfs/x/lib/lesstif/lesstif-inst.xml
Larry Lawrence 9b104add8c update to lesstif-0.93.46
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@956 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-02 19:54:51 +00:00

18 lines
458 B
XML

<sect2>
<title>Installation of <application>lesstif</application></title>
<para>Install <application>lesstif</application> by running the following commands:</para>
<para><screen><userinput><command>./configure --prefix=/usr \
--enable-build-20 \
--enable-build-21 \
--disable-debug \
--enable-production \
--disable-build-tests \
--with-xdnd &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen></para>
</sect2>