From: Kovarththanan Rajaratnam Date: Mon, 22 Feb 2010 18:58:05 +0000 (+0100) Subject: INSTALL: add perl (for the testsuite) X-Git-Tag: v3.0pre0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e389176a5871402bccbcb8a5d8202995da53f78;p=thirdparty%2Fccache.git INSTALL: add perl (for the testsuite) --- diff --git a/INSTALL b/INSTALL index 1ac5059e9..2243e3a21 100644 --- a/INSTALL +++ b/INSTALL @@ -55,5 +55,6 @@ In addition to the prerequisites mentioned above, you also need: * asciidoc (http://www.methods.co.nz/asciidoc/) to build the documentation. * autoconf (http://www.gnu.org/software/autoconf/) + * perl (http://www.perl.com/) to run the testsuite Run "./autogen.sh" to generate "configure" and "config.h.in".