mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
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>
|
||
|
|