Add new filters to be installed and add dependencies to INSTALL.
authorRobert Collins <robertc@robertcollins.net>
Sat, 29 Aug 2009 11:23:10 +0000 (21:23 +1000)
committerRobert Collins <robertc@robertcollins.net>
Sat, 29 Aug 2009 11:23:10 +0000 (21:23 +1000)
INSTALL
Makefile.am

diff --git a/INSTALL b/INSTALL
index 655c3df3f4c8c5f4ef7ce0eed286f1c7e045a589..a34106d05a153a4f857771efd72baa3133b8851f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,3 +7,12 @@ Configure::
   ./configure
 Install::
   make install
+
+Dependencies
+------------
+
+Python for the filters
+A C compiler for the C bindings
+Check to run the subunit test suite.
+python-gtk2 if you wish to use subunit2gtk
+python-junitxml if you wish to use subunit2junitxml
index eb1ee49f648c43e61e2d7793bb51557225975b74..3bf72f1638a1eb65a900413fe752c6d792e69267 100644 (file)
@@ -41,6 +41,8 @@ dist_bin_SCRIPTS = \
        filters/subunit-ls \
        filters/subunit-stats \
        filters/subunit-tags \
+       filters/subunit2gtk \
+       filters/subunit2junitxml \
        filters/subunit2pyunit \
        filters/tap2subunit