Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 917 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 917 Bytes

Build Status Coverity Scan Build Status

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!

How to build and install

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.