问题
I'm new to ctags. After reading some information about the program, I concluded that "Universal ctags" is the newest version (successor of "exhuberant ctags") and still under active development:
https://ctags.io/
Most people use it on Linux. For some specific reasons I need to use it on Windows (Windows 10, 64-bit to be more precise). I'm looking for an executable file of Universal ctags.
Do you know where to download such an executable?
PS: I'm not interested in the cygwin-approach (again for some specific reasons, but that would lead us too far here).
EDIT: For a better understanding of ctags output, please refer to this question: Understanding the ctags file format
回答1:
I found binary executables for the Windows directly on the project website under the section downloads: https://github.com/universal-ctags/ctags-win32/releases
回答2:
You can install Universal ctags on Windows directly with the help of chocolatey:
choco install universal-ctags
来源:https://stackoverflow.com/questions/41933097/universal-ctags-on-windows