glfs/x/lib/lesstif/lesstif-inst.xml
Billy O 'Connor 807678b028 Added lesstif installation explanation, java/gnome compatibility flags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@385 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-19 00:57:51 +00:00

19 lines
390 B
XML

<sect2>
<title>Installation of lesstif</title>
<para>Install lesstif by running the following commands:</para>
<para><screen><userinput>
./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</userinput></screen></para>
</sect2>