Changeset e0e40d3 for BOOK/final-system/common/vim.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r82fedc4 re0e40d3 51 51 <screen os="b"><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen> 52 52 53 <para os=" e">Prepare Vim for compilation:</para>54 55 <screen ><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>56 57 <variablelist os=" f">53 <para os="c">Prepare Vim for compilation:</para> 54 55 <screen os="d"><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen> 56 57 <variablelist os="e"> 58 58 <title>The meaning of the configure options:</title> 59 59 … … 72 72 </variablelist> 73 73 74 <para os=" g">Compile the package:</para>75 76 <screen os=" h"><userinput>make</userinput></screen>77 78 <para os=" i">To test the results, issue: <userinput>make test</userinput>.74 <para os="f">Compile the package:</para> 75 76 <screen os="g"><userinput>make</userinput></screen> 77 78 <para os="h">To test the results, issue: <userinput>make test</userinput>. 79 79 However, this test suite outputs a lot of binary data to the 80 80 screen, which can cause issues with the settings of the current terminal. 81 81 This can be resolved by redirecting the output to a log file.</para> 82 82 83 <para os=" j">Install the package:</para>84 85 <screen os=" k"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen>86 87 <variablelist os="k 1">83 <para os="i">Install the package:</para> 84 85 <screen os="j"><userinput>make HELPSUBLOC=/usr/share/doc/vim-&vim-version; install</userinput></screen> 86 87 <variablelist os="k"> 88 88 <title>The meaning of the make option:</title> 89 89
Note:
See TracChangeset
for help on using the changeset viewer.