glfs/postlfs/editors/vim/vim-inst.xml

13 lines
321 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>Vim</application></title>
<para>Install <application>Vim</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr \
--with-features=huge &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>