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
|
|
|
|
2003-08-03 03:54:51 +08:00
|
|
|
<para><screen><userinput><command>./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-08-03 03:54:51 +08:00
|
|
|
make install</command></userinput></screen></para>
|
2002-08-30 10:35:02 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|