博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

[Vim] cscope setup and usage

Posted on 2010-02-20 19:06  xuczhang  阅读(607)  评论(0编辑  收藏  举报

Steps for installing cscope in vim7.x
1. make vim
1) download the src code
2) configure the vim
./configure --with-x --enable-tclinterp --enable-cscope --enable-multibyte --enable-xim
If the error: You need to install a terminal library; for example ncurses.
yum install ncurses-devel
3) make and sudo make install
2. copy the cscope_maps.vim to ~/.vim/plugin (it already exists in myconf svn)