INSTALL

branch
trunk
changeset 56
d061b94889aa
parent 42
4a4cab75d5e6
child 57
5f6afe2cf9e1
equal deleted inserted replaced
55:494516c027c4 56:d061b94889aa
54 dtrx is just a simple script, making it easy to stash wherever you need it. 54 dtrx is just a simple script, making it easy to stash wherever you need it.
55 Just copy ``scripts/dtrx`` to a location that's convenient for you. If 55 Just copy ``scripts/dtrx`` to a location that's convenient for you. If
56 you'd like to install the program system-wide, you can run the following as 56 you'd like to install the program system-wide, you can run the following as
57 root or equivalent:: 57 root or equivalent::
58 58
59 python setup.py install 59 python setup.py install --prefix=/usr/local
60
61 Running Tests
62 -------------
63
64 dtrx comes with a suite of tests that are designed to ensure it's running
65 properly. If you'd like, you can run these tests on your own system.
66 Simply run the following command from the dtrx source directory::
67
68 python tests/compare.py
69
70 If everything's in order, all the tests should pass. Note that some of
71 them will fail if some of the programs listed above aren't installed on
72 your system. Many of the tests will fail if for some reason you're missing
73 the very common commands, like tar and zcat.

mercurial