mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Pass --enable-multibyte to Vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3503 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f067d1ded4
commit
c3d6ceb2bd
1
TODO
1
TODO
@ -1,5 +1,4 @@
|
||||
- Mention --enable-kernel=... where appropriate.
|
||||
- Mention --enable-multibyte when building vim.
|
||||
- POSIX compliance patches (aka, removing the coreutils hack).
|
||||
- Upgraded to a glibc that supports POSIX message queues.
|
||||
- Pass --enable-const to ncurses.
|
||||
|
@ -94,6 +94,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass
|
||||
the <quote>--enable-multibyte</quote> option.</para></listitem>
|
||||
|
||||
<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Removed unused and broken
|
||||
entries from <filename>nsswitch.conf</filename>.</para></listitem>
|
||||
|
||||
|
@ -38,7 +38,7 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput><
|
||||
|
||||
<para>Now prepare Vim for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "CVS-20040506">
|
||||
<!ENTITY releasedate "May 6, 2004">
|
||||
<!ENTITY version "CVS-20040507">
|
||||
<!ENTITY releasedate "May 7, 2004">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user