mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-09 03:37:18 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1376 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
477 B
XML
15 lines
477 B
XML
<sect2>
|
|
<title>Installation of <application>Vim</application></title>
|
|
|
|
<para>Install <application>Vim</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h &&
|
|
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h &&
|
|
./configure --prefix=/usr \
|
|
--with-features=huge &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|