- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/vim.xml
r852824db rf3f8518 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 support71 for editing files in multibyte character encodings. This is needed72 if using a locale with a multibyte character set. This switch is73 also helpful to be able to edit text files initially created in74 Linux distributions like Fedora that use UTF-8 as a default75 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 libraries83 that might be on the host but won't exist inside the temporary84 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 97 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 65 href="../../final-system/common/vim.xml" … … 107 74 xpointer="xpointer(//*[@os='j'])"/> 108 75 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'])"/> 110 79 111 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 119 88 120 89 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF" 121 <literal>" Begin / tools/etc/vimrc90 <literal>" Begin /etc/vimrc 122 91 123 92 set nocompatible … … 126 95 syntax on 127 96 128 " End / tools/etc/vimrc</literal>97 " End /etc/vimrc</literal> 129 98 EOF</userinput></screen> 130 99
Note:
See TracChangeset
for help on using the changeset viewer.