a30d792d134d668e856b909cada18b172c7cfc9a
[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 * 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package) for
16   the extended test API which permits attachments. Version 0.9.2 or newer is 
17   required.
18 * A C compiler for the C bindings
19 * Perl for the Perl tools (including subunit-diff)
20 * Check to run the subunit test suite.
21 * python-gtk2 if you wish to use subunit2gtk
22 * python-junitxml if you wish to use subunit2junitxml
23 * pkg-config for configure detection of supporting libraries.