1安装cscope
http://sourceforge.net/projects/cscope/files/
下载 Cscope 最新版 15.7a(cscope-15.7a.tar.bz2)直接编译安装
cscope的编译和安装没有特别之处,./configure - make - make install即可。
如果 make 时出现“curses.h not found”之类的错误,则需要先安装“libncurses-dev”包
1安装cscope
http://sourceforge.net/projects/cscope/files/
下载 Cscope 最新版 15.7a(cscope-15.7a.tar.bz2)直接编译安装
cscope的编译和安装没有特别之处,./configure - make - make install即可。
如果 make 时出现“curses.h not found”之类的错误,则需要先安装“libncurses-dev”包