summaryrefslogtreecommitdiff
path: root/lib/subunit/INSTALL
blob: 79cf7c18d008394407a7b31e2195b8b44ec94d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
To install subunit
------------------

Bootstrap::
  autoreconf -vi
Configure::
  ./configure
Install::
  make install

Dependencies
------------

* Python for the filters
* 'testtools' (On Debian and Ubuntu systems the 'python-testtools' package,
  the testtools package on pypi, or https://launchpad.net/testtools) for
  the extended test API which permits attachments. Version 0.9.2 or newer is 
  required. Of particular note, http://testtools.python-hosting.com/ is not
  the testtools you want.
* A C compiler for the C bindings
* Perl for the Perl tools (including subunit-diff)
* Check to run the subunit test suite.
* python-gtk2 if you wish to use subunit2gtk
* python-junitxml if you wish to use subunit2junitxml
* pkg-config for configure detection of supporting libraries.