- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
rf3f8518 r852824db 62 62 --with-tlib=ncurses</userinput></screen> 63 63 64 <variablelist os="f"> 65 <title>The meaning of the new configure options:</title> 66 67 <varlistentry> 68 <term><parameter>--enable-multibyte</parameter></term> 69 <listitem> 70 <para>This optional but highly recommended switch enables support 71 for editing files in multibyte character encodings. This is needed 72 if using a locale with a multibyte character set. This switch is 73 also helpful to be able to edit text files initially created in 74 Linux distributions like Fedora that use UTF-8 as a default 75 character set.</para> 76 </listitem> 77 </varlistentry> 78 79 <varlistentry> 80 <term><parameter>--enable-gui=no --disable-gtktest --disable-xim --with-features=normal --disable-gpm --without-x --disable-netbeans</parameter></term> 81 <listitem> 82 <para>These options prevent Vim from trying to link to libraries 83 that might be on the host but won't exist inside the temporary 84 build environment.</para> 85 </listitem> 86 </varlistentry> 87 88 <varlistentry> 89 <term><parameter>--with-tlib=ncurses</parameter></term> 90 <listitem> 91 <para>Tells Vim to use Ncurses as its terminal library.</para> 92 </listitem> 93 </varlistentry> 94 95 </variablelist> 96 64 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 65 98 href="../../final-system/common/vim.xml" … … 74 107 xpointer="xpointer(//*[@os='j'])"/> 75 108 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 77 href="../../final-system/common/vim.xml" 78 xpointer="xpointer(//*[@os='k'])"/> 109 <screen os="k"><userinput>make install</userinput></screen> 79 110 80 111 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 88 119 89 120 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF" 90 <literal>" Begin / etc/vimrc121 <literal>" Begin /tools/etc/vimrc 91 122 92 123 set nocompatible … … 95 126 syntax on 96 127 97 " End / etc/vimrc</literal>128 " End /tools/etc/vimrc</literal> 98 129 EOF</userinput></screen> 99 130
Note:
See TracChangeset
for help on using the changeset viewer.