glfs/x/lib/lesstif/lesstif-inst.xml

18 lines
389 B
XML
Raw Normal View History

<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>