This project provides daily builds of universal-ctags for Win32/64.
You can download the zip packages from the releases page.
Four types of packages are provided:
ctags-YYYY-MM-DD_{CommitID}-x64.zip
: x64 release buildctags-YYYY-MM-DD_{CommitID}-x64.debug.zip
: x64 debug buildctags-YYYY-MM-DD_{CommitID}-x86.zip
: x86 release buildctags-YYYY-MM-DD_{CommitID}-x86.debug.zip
: x86 debug build
{CommitID}
is a commit ID or a tag name of the ctags repository.
Normally you may want to use the release builds. If you need unstripped binaries for debugging, use the debug builds.
Universal Ctags itself (which is in the ctags subdirectory) is licensed under GPL 2 (or later).
The build scripts in this repository are based on the vim-win32-installer project, and the Vim license applies to them.