编译安装ctags

git clone https://github.com/universal-ctags/ctags.git
cd ctags
./autogen.sh
./configure --prefix=/where/you/want # defaults to /usr/local
make
make install # may require extra privileges depending on where to install
posted @ 2023-07-07 20:46  fimwest  阅读(16)  评论(0编辑  收藏  举报