mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
815fed501e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@789 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
323 B
XML
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 &&
|
|
./configure --prefix=/usr \
|
|
--with-features=huge &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|