- Timestamp:
- Aug 11, 2014, 5:19:44 AM (10 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 685168b
- Parents:
- 1dcf44d
- git-author:
- Chris Staub <chris@…> (08/11/14 05:12:10)
- git-committer:
- Chris Staub <chris@…> (08/11/14 05:19:44)
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r1dcf44d r2004b26 47 47 <para os="d">Prepare Vim for compilation:</para> 48 48 49 <screen os="e"><userinput>./configure \ 50 --prefix=/usr --enable-multibyte</userinput></screen> 49 <screen os="e"><userinput>./configure --prefix=/usr</userinput></screen> 51 50 52 51 <para os="g">Compile the package:</para> -
BOOK/final-system/multilib/vim.xml
r1dcf44d r2004b26 47 47 48 48 <screen os="e"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 49 ./configure --prefix=/usr \ 50 --enable-multibyte</userinput></screen> 49 ./configure --prefix=/usr</userinput></screen> 51 50 52 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/introduction/common/changelog.xml
r1dcf44d r2004b26 44 44 that are enabled by default.</para> 45 45 </listitem> 46 <listitem> 47 <para>[Chris] - Removed --enable-multibyte switch from Vim pages, 48 since multibyte support is enabled by default.</para> 49 </listitem> 46 50 </itemizedlist> 47 51 </listitem> -
BOOK/temp-system/common/vim.xml
r1dcf44d r2004b26 64 64 xpointer="xpointer(//*[@os='d'])"/> 65 65 66 <screen os="e"><userinput>./configure \ 67 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 68 --prefix=/tools --enable-multibyte --enable-gui=no \ 69 --disable-gtktest --disable-xim --disable-gpm \ 70 --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen> 66 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 67 --prefix=/tools --enable-gui=no --disable-gtktest --disable-xim \ 68 --disable-gpm --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen> 71 69 72 70 <variablelist os="f"> 73 71 <title>The meaning of the new configure options:</title> 74 75 <varlistentry>76 <term><parameter>--enable-multibyte</parameter></term>77 <listitem>78 <para>This optional but highly recommended switch enables support79 for editing files in multibyte character encodings. This is needed80 if using a locale with a multibyte character set. This switch is81 also helpful to be able to edit text files initially created in82 Linux distributions like Fedora that use UTF-8 as a default83 character set.</para>84 </listitem>85 </varlistentry>86 72 87 73 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.