2003-01-16 03:37:28 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Vim</title>
|
|
|
|
|
Upgraded to binutils-2.14,
linux-2.4.21, expect-5.38.4, gawk-3.1.3, texinfo-4.6, util-linux-2.12,
man-pages-1.58, lfs-utils-0.3, vim-6.2, gettext-0.12.1, automake-1.7.6,
file-4.03, e2fsprogs-1.34, procps-3.1.11, psmisc-21.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-07-30 20:22:54 +01:00
|
|
|
<para>Change the default locations of the <filename>vimrc</filename> and
|
|
|
|
<filename>gvimrc</filename> files to <filename
|
|
|
|
class="directory">/etc</filename>.</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
|
|
|
|
echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput></screen></para>
|
|
|
|
|
2003-01-16 03:37:28 +00:00
|
|
|
<para>Prepare Vim to be compiled:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
Upgraded to binutils-2.14,
linux-2.4.21, expect-5.38.4, gawk-3.1.3, texinfo-4.6, util-linux-2.12,
man-pages-1.58, lfs-utils-0.3, vim-6.2, gettext-0.12.1, automake-1.7.6,
file-4.03, e2fsprogs-1.34, procps-3.1.11, psmisc-21.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2660 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-07-30 20:22:54 +01:00
|
|
|
<para><screen><userinput>make</userinput></screen></para>
|
2003-01-27 22:10:07 +00:00
|
|
|
|
2003-01-16 03:37:28 +00:00
|
|
|
<para>Finish installing the package:</para>
|
2002-05-30 12:51:27 +01:00
|
|
|
|
2003-01-16 03:37:28 +00:00
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-16 03:37:28 +00:00
|
|
|
<para>Vim can run in old-fashioned <emphasis>vi</emphasis> mode by
|
|
|
|
creating a symlink, which may be created with the following command:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-01-16 03:37:28 +00:00
|
|
|
<para><screen><userinput>ln -s vim /usr/bin/vi</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-28 01:52:20 +01:00
|
|
|
<para>If you plan to install the X Window system on your LFS
|
2001-05-13 23:07:24 +01:00
|
|
|
system, you might want to re-compile Vim after you have installed X. Vim
|
2001-01-24 00:31:17 +00:00
|
|
|
comes with a nice GUI version of the editor which requires X and a few
|
|
|
|
other libraries to be installed. For more information read the Vim
|
2001-07-22 20:45:10 +01:00
|
|
|
documentation.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|