2003-04-01 00:10:30 +08:00
|
|
|
<sect2>
|
2003-09-27 02:58:36 +08:00
|
|
|
<title>Installation of <application>Vim</application></title>
|
2003-04-01 00:10:30 +08:00
|
|
|
|
2003-09-27 02:58:36 +08:00
|
|
|
<para>Install <application>Vim</application> by running the following commands:</para>
|
2003-04-01 00:10:30 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=/usr \
|
2003-04-01 00:10:30 +08:00
|
|
|
--with-features=huge &&
|
|
|
|
make &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2003-04-01 00:10:30 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|