dependencies

This commit is contained in:
Thomas Levine 2016-03-06 11:45:24 +00:00
parent 25a3895203
commit 16d9d7b069
1 changed files with 22 additions and 0 deletions

View File

@ -24,6 +24,28 @@ Run the tests
cd urchin
./urchin tests
## Dependencies
Urchin depends on the following programs.
* sh
* echo
* printf
* mktemp
* readlink
* basename
* dirname
* sed
* grep
* cut
* true
* false
* which
* timeout
* sort
All of the above programs are usually included on base BSD installations.
On GNU systems it should be sufficient to install the busybox package.
## Install
Urchin is contained in a single file, so you can install it by copying it to a
directory in your `PATH`. For example, you can run the following as root.