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

14 lines
323 B
XML
Raw Normal View History

<sect2>
<title>Installation of vim</title>
<para>Install vim by running the following commands:</para>
<para><screen><userinput>patch -Np1 -i ../vim-6.1-fhs-compliant-vimrc.patch &amp;&amp;
./configure --prefix=/usr \
--with-features=huge &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>