码迷,mamicode.com
首页 > 其他好文 > 详细

安装universal-ctags

时间:2016-01-15 15:56:53      阅读:1073      评论:0      收藏:0      [点我收藏+]

标签:

universal-ctags是exuberant-ctags的替代者,相比gtags可以解析更多的语言,但是其他方面比如操作,数据库的组织方式等就不够好。需要自己编译安装

先用 git clone https://github.com/universal-ctags/ctags.git 下载,然后参考ctags/docs/autotools.rst用以下命令编译(Ubuntu要先用 sudo apt-get install autoconf 安装autoconf)

$ ./autogen.sh
$ ./configure --prefix=/where/you/want # defaults to /usr/local
$ make
$ sudo make install # may require extra privileges depending on where to install

 

安装universal-ctags

标签:

原文地址:http://www.cnblogs.com/cascle/p/5133213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!