Changeset e6423a01 for final-system/common/vim.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (20 years ago)
- Children:
- 193b7dd
- Parents:
- b8fddc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/vim.xml
rb8fddc7 re6423a01 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.