Add note re: autotools to INSTALL file

This commit is contained in:
Patrick Johnmeyer 2017-01-13 14:51:19 -06:00
parent 8e5968bb05
commit 615b6cdd0f

View file

@ -1,3 +1,9 @@
Preamble: If you are installing UnitTest++ from source, or from a
release prior to 1.6.1, you will need to have autotools installed and
run `autoreconf -i; autoconf` prior to following the standard
instructions below.
Installation Instructions
*************************