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

13 lines
334 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>
<para><screen><userinput><command>./configure --prefix=/usr \
--with-features=huge &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen></para>
</sect2>