2002-08-30 10:35:02 +08:00
|
|
|
<sect2>
|
2003-09-27 05:14:55 +08:00
|
|
|
<title>Installation of <application>LessTif</application></title>
|
2002-08-30 10:35:02 +08:00
|
|
|
|
2003-09-27 05:14:55 +08:00
|
|
|
<para>Install <application>LessTif</application> by running the following commands:</para>
|
2002-08-30 10:35:02 +08:00
|
|
|
|
2004-03-21 00:36:19 +08:00
|
|
|
<screen><userinput><command>find -name Makefile.in | \
|
|
|
|
xargs sed -i 's@$(prefix)/LessTif@$(prefix)/share/LessTif@g' &&
|
|
|
|
./configure --prefix=/usr \
|
2002-11-19 08:57:51 +08:00
|
|
|
--enable-build-20 \
|
|
|
|
--enable-build-21 \
|
2003-02-06 09:43:00 +08:00
|
|
|
--disable-debug \
|
2002-11-19 08:57:51 +08:00
|
|
|
--enable-production \
|
|
|
|
--disable-build-tests \
|
|
|
|
--with-xdnd &&
|
2002-08-30 10:35:02 +08:00
|
|
|
make &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-08-30 10:35:02 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|