how to build vim with cscope feature enabled -
Since the VIM I used does not have a cscope feature, I use the CSCP to retrieve the VIM from the source code Have to make. After a little Google, I did not get "how to answer really", then turn to the stack ** for help.
  wget failfast. Puff Vim.org/pub/vim/unix/vim-7.2.tar.bz2 tar -jxvf vim-7.2.tar.bz2 cd vim72 ./configure --enable-cscope Install    If the  .configure  line fails, be prepared to set the header for the required libraries. If you are using your distribution package manager, they will usually be in the  -dev  version of the library package. 
For more information, check the available configuration options:
  ./configure --help   
Comments
Post a Comment