Changeset c407f99 in clfs-sysroot for BOOK/final-system
- Timestamp:
- Jan 31, 2009, 8:48:25 AM (16 years ago)
- Branches:
- master
- Children:
- 4062a34
- Parents:
- ef88672
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
ref88672 rc407f99 20 20 <para>The Vim package contains a powerful text editor.</para> 21 21 22 <tip> 22 </sect2> 23 24 <sect2 role="installation"> 25 <title>Installation of Vim</title> 26 27 <tip os="t1"> 23 28 <title>Alternatives to Vim</title> 24 29 … … 29 34 </tip> 30 35 31 </sect2>32 33 <sect2 role="installation">34 <title>Installation of Vim</title>35 36 36 <para os="a">First, unpack both <filename>vim-&vim-version;.tar.bz2</filename> 37 37 and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename> … … 47 47 the following command:</para> 48 48 49 <screen os="cc2"><userinput>echo "vim_cv_getcwd_broken=no" > src/auto/config.cache 50 echo "vim_cv_memmove_handles_overlap=yes" >> src/auto/config.cache 51 echo "vim_cv_stat_ignores_slash=no" >> src/auto/config.cache 52 echo "vim_cv_terminfo=yes" >> src/auto/config.cache 53 echo "vim_cv_tgent=zero" >> src/auto/config.cache 54 echo "vim_cv_toupper_broken=no" >> src/auto/config.cache 55 echo "vim_cv_tty_group=world" >> src/auto/config.cache 56 echo "ac_cv_sizeof_int=4" >> src/auto/config.cache</userinput></screen> 49 <screen os="cc2"><userinput>cat > src/auto/config.cache << EOF 50 vim_cv_getcwd_broken=no 51 vim_cv_memmove_handles_overlap=yes 52 vim_cv_stat_ignores_slash=no 53 vim_cv_terminfo=yes 54 vim_cv_tgent=zero 55 vim_cv_toupper_broken=no 56 vim_cv_tty_group=world 57 ac_cv_sizeof_int=4 58 EOF</userinput></screen> 57 59 58 60 <para os="b">Change the default location of
Note:
See TracChangeset
for help on using the changeset viewer.