glfs/postlfs/editors/vim/vim-inst.xml
Larry Lawrence 36c9064c68 intro edits, SBU
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@987 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-25 01:02:35 +00:00

13 lines
334 B
XML

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