Add new filters to be installed and add dependencies to INSTALL.
[third_party/subunit] / INSTALL
1 To install subunit
2 ------------------
3
4 Bootstrap::
5   autoreconf -vi
6 Configure::
7   ./configure
8 Install::
9   make install
10
11 Dependencies
12 ------------
13
14 Python for the filters
15 A C compiler for the C bindings
16 Check to run the subunit test suite.
17 python-gtk2 if you wish to use subunit2gtk
18 python-junitxml if you wish to use subunit2junitxml