Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/vim.xml

    r852824db rf3f8518  
    6262    --with-tlib=ncurses</userinput></screen>
    6363
    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 
    9764    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9865    href="../../final-system/common/vim.xml"
     
    10774    xpointer="xpointer(//*[@os='j'])"/>
    10875
    109 <screen os="k"><userinput>make install</userinput></screen>
     76    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     77    href="../../final-system/common/vim.xml"
     78    xpointer="xpointer(//*[@os='k'])"/>
    11079
    11180    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    11988
    12089<screen os="tv2"><userinput>cat &gt; /tools/etc/vimrc &lt;&lt; "EOF"
    121 <literal>" Begin /tools/etc/vimrc
     90<literal>" Begin /etc/vimrc
    12291
    12392set nocompatible
     
    12695syntax on
    12796
    128 " End /tools/etc/vimrc</literal>
     97" End /etc/vimrc</literal>
    12998EOF</userinput></screen>
    13099
Note: See TracChangeset for help on using the changeset viewer.