mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
92bf16049a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1328 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
465 B
XML
15 lines
465 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>
|
|
|