Changeset 05efce1
- Timestamp:
- Apr 9, 2014, 2:25:01 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- d0ebf86
- Parents:
- 85be98d
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r85be98d r05efce1 49 49 <screen os="e"><userinput>./configure \ 50 50 --prefix=/usr --enable-multibyte</userinput></screen> 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 support59 for editing files in multibyte character encodings. This is needed60 if using a locale with a multibyte character set. This switch is61 also helpful to be able to edit text files initially created in62 Linux distributions like Fedora that use UTF-8 as a default63 character set.</para>64 </listitem>65 </varlistentry>66 67 </variablelist>68 51 69 52 <para os="g">Compile the package:</para> -
BOOK/final-system/multilib/vim.xml
r85be98d r05efce1 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 53 href="../common/vim.xml" 54 xpointer="xpointer(//*[@os='f'])"/>55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"57 href="../common/vim.xml"58 54 xpointer="xpointer(//*[@os='g'])"/> 59 55 -
BOOK/temp-system/common/vim.xml
r85be98d r05efce1 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 </variablelist> 80 64 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 65 82 href="../../final-system/common/vim.xml" -
BOOK/temp-system/multilib/vim.xml
r85be98d r05efce1 60 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 61 href="../common/vim.xml" 62 xpointer="xpointer(//*[@os='f'])"/> 63 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 65 href="../common/vim.xml" 62 66 xpointer="xpointer(//*[@os='g'])"/> 63 67
Note:
See TracChangeset
for help on using the changeset viewer.