This project continues the development of exuberant-ctags, but with the work hosted at github.
The purpose of the project is preparing and maintaining common/unified working space where people interested in making exuberant-ctags better can work together.
Pull-requests are welcome!
Like most Autotools-based projects, you need to do:
$ autoreconf -vfi
$ ./configure --prefix=/where/you/want # defaults to /usr/local
$ make
$ make install # may require extra privileges depending on where to install
After installing the ctags
executable will be in $prefix/bin/
.
To build on Windows see docs/windows.rst
for more information.