Add a BUILDING document to make sure it's clear how to build this tool

This commit is contained in:
R. Tyler Croy 2014-01-19 12:14:52 -08:00
parent 909fab0297
commit f039977edb
2 changed files with 11 additions and 0 deletions

8
.gitignore vendored
View File

@ -1 +1,9 @@
*.o
Makefile
autom4te.cache/
config.h
config.h.in
config.log
config.status
configure
ctags

3
BUILDING.md Normal file
View File

@ -0,0 +1,3 @@
# Building ctags
% autoheader && autoconf && ./configure && make install