Source-Navigator 的安装

钱选
2023-12-01

  Source-Navigator

下面讲一下安装方法:

http://sourceforge.net/projects/sourcenav/ 下载最新的版本,还有从http://svn.exactcode.de/t2/trunk/package/develop/sourcenav-ng/ 下载一个重要的PATCH,tk-lastevent.patch

(不打补丁的话,make install 运行时会报Can't find a usable tk.tcl in the following directories:     /usr/local/sourcenav/share/tk8.3,后来上网查询才知道要装补丁的!)


1.解压 tar -xzvf sourcenav-6.0.tar.gz -C ./
2. cd sourcenav-6.0/tk
3.打补丁 path -p1 < tk-lastevent.patch

如果会出现下面的问题:

patching file ./tk/generic/tk.h
Hunk #1 FAILED at 635.
1 out of 1 hunk FAILED -- saving rejects to file ./tk/generic/tk.h.rej


这时候 , 只能手动去改./generic/tk.h.


4. 执行
./configure
5. make
6. sudo make install

 

7 .snavigator

具体的使用方法参考官方帮助文档

http://sourcenav.sourceforge.net/online-docs/index.html

 

 类似资料: