- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r05efce1 r686839b 50 50 --prefix=/usr --enable-multibyte</userinput></screen> 51 51 52 <variablelist os="f"> 53 <title>The meaning of the configure options:</title> 54 55 <varlistentry> 56 <term><parameter>--enable-multibyte</parameter></term> 57 <listitem> 58 <para>This optional but highly recommended switch enables support 59 for editing files in multibyte character encodings. This is needed 60 if using a locale with a multibyte character set. This switch is 61 also helpful to be able to edit text files initially created in 62 Linux distributions like Fedora that use UTF-8 as a default 63 character set.</para> 64 </listitem> 65 </varlistentry> 66 67 </variablelist> 68 52 69 <para os="g">Compile the package:</para> 53 70 … … 64 81 <para os="j">Install the package:</para> 65 82 66 <screen os="k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version;install</userinput></screen>83 <screen os="k"><userinput>make install</userinput></screen> 67 84 68 85 <para os="l">Many users are accustomed to using <command>vi</command> … … 75 92 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> 76 93 77 <para os="n">If an X Window System is going to be installed on the CLFS 94 <para os="n">By default, Vim's documentation is installed in 95 <filename class="directory">/usr/share/vim</filename>. The following symlink 96 allows the documentation to be accessed via 97 <filename class="directory">/usr/share/doc/vim-&vim-version;</filename>, making 98 it consistent with the location of documentation for other packages:</para> 99 100 <screen os="o"><userinput>ln -sv ../vim/vim&vim-version2;/doc /usr/share/doc/vim-&vim-version;</userinput></screen> 101 102 <para os="p">If an X Window System is going to be installed on the CLFS 78 103 system, you may want to recompile Vim after installing X. Vim 79 104 comes with a GUI version of the editor that requires X and some … … 141 166 <segmentedlist> 142 167 <segtitle>Installed programs</segtitle> 143 <segtitle>Installed director ies</segtitle>168 <segtitle>Installed directory</segtitle> 144 169 145 170 <seglistitem> … … 148 173 tcltags, vi (link to vim), view (link to vim), vim, vim132, vim2html.pl, 149 174 vimdiff (link to vim), vimm, vimspell.sh, vimtutor, and xxd</seg> 150 <seg>/usr/share/vim , /usr/share/doc/vim-&vim-version;</seg>175 <seg>/usr/share/vim</seg> 151 176 </seglistitem> 152 177 </segmentedlist>
Note:
See TracChangeset
for help on using the changeset viewer.