]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Mention perl/python in INSTALL
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Tue, 2 Mar 2010 06:01:04 +0000 (07:01 +0100)
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
Tue, 2 Mar 2010 06:10:18 +0000 (07:10 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index c4a94bfd151523c67422b8bb5a56dfc4a8fa8e4e..06cda4b700f2965848f562d97b7a86d998fab64c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -59,5 +59,10 @@ 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/)
 
+To debug and run the performance test suite you'll also need:
+
+  - perl (http://www.perl.org/)
+  - python (http://www.python.org/)
+
 Run "./autogen.sh" and then follow the steps mentioned under INSTALLATION
 above.