Changeset 2004b26 for BOOK/temp-system
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.