Mercurial > hg > index.cgi
changeset 176:03f425c6c39c
Added note about "make test" to readme
author | lost@l-w.ca |
---|---|
date | Wed, 07 Sep 2011 21:49:35 -0600 |
parents | 5e7f8e1ac99f |
children | f8b07153abc4 |
files | 00README.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/00README.txt Wed Sep 07 21:47:07 2011 -0600 +++ b/00README.txt Wed Sep 07 21:49:35 2011 -0600 @@ -8,4 +8,8 @@ To see if a quick build will work, just type "make". If it works, you're ready to go ahead with "make install". This will install in /usr/local/bin. +If you feel adventurous, you can also run the test suite by running "make +test". However, be warned that it is likely not going to work unless you are +running on a fairly standard unix system with perl in /usr/bin/perl. + See docs/ for additional information.