mac 系统有自带的ctags,但是不支持“ctags -R”指令,需要自己在安装Exuberant Ctags

1.下载ctags

2. 安装

./configure --prefix=$HOME //指定安装路径
make
make install

 3. 设置路径

在.profile文件中导入新安装的ctags的路径

export PAHT="$HOME/bin:$PATH"

 

相关文章:

  • 2021-10-06
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案