Installing Exuberant Ctags on Windows (Vista and XP)

前端 未结 3 1324
逝去的感伤
逝去的感伤 2021-02-01 03:58

I want to use Exuberant Ctags on Vista (and probably the XP laptop) at work; no choice about the OS. I\'m use GVim instead of the Flex Builder recommended by my co-worker, becau

3条回答
  •  礼貌的吻别
    2021-02-01 04:12

    If you have the option, I would think the path of least resistance would be to use Cygwin. If you install cygwin and the ctags package from cygwin, you'll just need to open up the cygwin shell and run ctags (or maybe ctags -R if you want it to be recursive, which you probably do) from your source code directory. No need to build anything this way.

提交回复
热议问题