comparison 00README.txt @ 176:03f425c6c39c

Added note about "make test" to readme
author lost@l-w.ca
date Wed, 07 Sep 2011 21:49:35 -0600
parents 8eddaa2ab6c0
children 69adaab94ffd
comparison
equal deleted inserted replaced
175:5e7f8e1ac99f 176:03f425c6c39c
6 programs may work but GNU make is known to work. 6 programs may work but GNU make is known to work.
7 7
8 To see if a quick build will work, just type "make". If it works, you're 8 To see if a quick build will work, just type "make". If it works, you're
9 ready to go ahead with "make install". This will install in /usr/local/bin. 9 ready to go ahead with "make install". This will install in /usr/local/bin.
10 10
11 If you feel adventurous, you can also run the test suite by running "make
12 test". However, be warned that it is likely not going to work unless you are
13 running on a fairly standard unix system with perl in /usr/bin/perl.
14
11 See docs/ for additional information. 15 See docs/ for additional information.