glfs/x/lib/lesstif/lesstif-inst.xml
Tushar Teredesai 5d3e7fa9f4 Made LessTif FHS compliant
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1904 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-03-20 16:36:19 +00:00

20 lines
548 B
XML

<sect2>
<title>Installation of <application>LessTif</application></title>
<para>Install <application>LessTif</application> by running the following commands:</para>
<screen><userinput><command>find -name Makefile.in | \
xargs sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g' &amp;&amp;
./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>
</sect2>