glfs/postlfs/editors/vim/vim-inst.xml
Tushar Teredesai 815fed501e added missing vim files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@789 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-03-31 16:10:30 +00:00

14 lines
323 B
XML

<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>